]> pd.if.org Git - pdclib/blobdiff - functions/stdio/vsscanf.c
Only the character groups still missing...
[pdclib] / functions / stdio / vsscanf.c
index f33b8c418e6e9d8a12d3cbcd2ee955f9b0c85ed9..5126bae9ec7349aa38b8bcaf5e2bab453ca9051d 100644 (file)
@@ -59,7 +59,7 @@ int vsscanf( const char * _PDCLIB_restrict s, const char * _PDCLIB_restrict form
         }
         else
         {
-            /* NULL return code indicates matching error */
+            /* NULL return code indicates input error */
             if ( rc == NULL )
             {
                 break;