Usermode/ld-acess - Fixing Elf64 support (and incorrect Uint* sizes)
[tpg/acess2.git] / Usermode / Libraries / libspiderscript.so_src / lex.c
index bb86198..2d16bcf 100644 (file)
@@ -377,7 +377,7 @@ int GetToken(tParser *File)
                        break;
                }
                // Syntax Error
-               ret = TOK_INVAL;
+               File->Token = TOK_INVAL;
                
                fprintf(stderr, "Syntax Error: Unknown symbol '%c'\n", *File->CurPos);
                longjmp(File->JmpTarget, 1);

UCC git Repository :: git.ucc.asn.au