Conformed to the cc65 project's coding style.

This commit is contained in:
Greg King
2014-05-23 00:35:19 -04:00
parent 628d27327b
commit a92f51fea5
2 changed files with 5 additions and 5 deletions

View 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;