]> git.sur5r.net Git - cc65/blobdiff - libsrc/common/strqtok.c
Conformed to the cc65 project's coding style.
[cc65] / libsrc / common / strqtok.c
index 6e8476b1550a65d2a4c65265c9dafb3444164d8b..132a50d698c6177966cfe9555916517d5f7ad886 100644 (file)
@@ -15,7 +15,7 @@
 #include <string.h>
 
 
-char * __fastcall__ strqtok (register char *s1, const char *s2)
+char* __fastcall__ strqtok (register char* s1, const char* s2)
 {
     static char c;
     static char *start;