X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstring%2Fstrtok.c;h=4d371afe29b0a6f392f4d5540b65a09e74c58e05;hb=cbb1d1270257cb8d23cc37c2e621b8ea7f437a84;hp=0a21a675068492785802306fca235dfb2126ba93;hpb=4136883c2341e1f39ea9919841d3680b134e1b27;p=pdclib.old 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; }