]> pd.if.org Git - pdclib/blobdiff - functions/string/strtok.c
Test-compile fixes.
[pdclib] / functions / string / strtok.c
index 0a21a675068492785802306fca235dfb2126ba93..4d371afe29b0a6f392f4d5540b65a09e74c58e05 100644 (file)
@@ -25,7 +25,7 @@ char * strtok( char * _PDCLIB_restrict s1, const char * _PDCLIB_restrict s2 )
     {
         /* old string continued */
         if ( tmp == NULL )
-        }
+        {
             /* No old string, no new string, nothing to do */
             return NULL;
         }