]> pd.if.org Git - pdclib/blobdiff - platform/example/functions/_PDCLIB/fillbuffer.c
Comment cleanups.
[pdclib] / platform / example / functions / _PDCLIB / fillbuffer.c
index a5520a34f43b0bc770862568a88d2ba37b5547df..f179a19274f9abb243895fff34435738ffff3661 100644 (file)
@@ -1,6 +1,4 @@
-/* $Id$ */
-
-/* _PDCLIB_fillbuffer( struct _PDCLIB_file_t * stream )
+/* _PDCLIB_fillbuffer( struct _PDCLIB_file_t * )
 
    This file is part of the Public Domain C Library (PDCLib).
    Permission is granted to use, modify, and / or redistribute at will.
@@ -52,7 +50,7 @@ int _PDCLIB_fillbuffer( struct _PDCLIB_file_t * stream )
                 _PDCLIB_errno = _PDCLIB_ERROR;
                 break;
             default:
-                /* This should probably be something like EUNKNOWN. */
+                /* This should be something like EUNKNOWN. */
                 _PDCLIB_errno = _PDCLIB_ERROR;
                 break;
         }