X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fstring%2Fstrtok.c;h=4d371afe29b0a6f392f4d5540b65a09e74c58e05;hp=0a21a675068492785802306fca235dfb2126ba93;hb=bdaff7ee88189505e6b66699571034aed015a3bd;hpb=4821a6af8ca1c748a695e83c47028bca878d11fe diff --git a/functions/string/strtok.c b/functions/string/strtok.c index 0a21a67..4d371af 100644 --- a/functions/string/strtok.c +++ b/functions/string/strtok.c @@ -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; }