mirror of
https://github.com/cc65/cc65.git
synced 2025-01-30 12:33:15 +00:00
oops
This commit is contained in:
parent
8d4946b3f4
commit
ab0eb4fe58
@ -236,6 +236,7 @@ static int findToken (const char * const *tokenTbl, const char *token)
|
||||
if (strcmp (tokenTbl[i], token) == 0) {
|
||||
return i;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return -1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user