]> pd.if.org Git - pdclib/blobdiff - platform/win32/functions/_PDCLIB/_PDCLIB_Exit.c
Cosmetic comment fixes.
[pdclib] / platform / win32 / functions / _PDCLIB / _PDCLIB_Exit.c
index 3d8816791665f95a669425396639585eeef09500..3778611724c42057858264ca21505252466ca309 100644 (file)
@@ -1,12 +1,9 @@
-/* _PDCLIB_exit( int )
+/* _PDCLIB_Exit( int )
 
    This file is part of the Public Domain C Library (PDCLib).
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
-/* This is a stub implementation of _PDCLIB_Exit
-*/
-
 #include <stdlib.h>
 
 #ifndef REGTEST