Fix compile errors
This commit is contained in:
@@ -232,7 +232,7 @@ u8 nextToken(char** inPtr, void** val) {
|
||||
if (!memcmp(t.strToken, in, (t.strToken[1] == '\0') ? 1 : 2)) {
|
||||
//gfx_printf("Token: '%s'\n", t.strToken);
|
||||
ret = Token_Token;
|
||||
*val = t.token;
|
||||
*val = (void*)t.token;
|
||||
|
||||
if (t.strToken[1] != '\0')
|
||||
in++;
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#include "scriptError.h"
|
||||
#include "compat.h"
|
||||
#include <stdarg.h>
|
||||
#include "../hid/hid.h"
|
||||
|
||||
s64 scriptCurrentLine;
|
||||
u8 scriptLastError = 0;
|
||||
|
||||
Reference in New Issue
Block a user