]> pd.if.org Git - pdclib/blobdiff - functions/_PDCLIB/scan.c
Comment cleanups.
[pdclib] / functions / _PDCLIB / scan.c
index 15b1d503c32a5fa9481c48f65d625a08922508bb..dc94e7fc25856aa2576f3cab66d17a7889bb7e13 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_scan( const char *, struct _PDCLIB_status_t * )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -39,7 +37,7 @@
 */
 static int GET( struct _PDCLIB_status_t * status )
 {
-    int rc;
+    int rc = EOF;
     if ( status->stream != NULL )
     {
         rc = getc( status->stream );