update for HEAD-2003021201
[reactos.git] / lib / msvcrt / string / strtok.c
index 1388dbe..f262051 100644 (file)
@@ -2,7 +2,7 @@
 #include <msvcrt/string.h>
 #include <msvcrt/internal/tls.h>
 
-char *strtok(char *s, const char *delim)
+char* strtok(char* s, const char* delim)
 {
   const char *spanp;
   int c, sc;