Conformed to the cc65 project's coding style.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user