Embarrassing bug!
This commit is contained in:
parent
a3e88aa0fb
commit
7b71a6dfc1
1 changed files with 8 additions and 8 deletions
2
main.c
2
main.c
|
@ -79,7 +79,7 @@ static char *zx_tokens[64] = {
|
|||
"STEP", "LPRINT", "LLIST", "STOP", "SLOW", "FAST", "NEW", "SCROLL",
|
||||
"CONT", "DIM", "REM", "FOR", "GOTO", "GOSUB", "INPUT", "LOAD",
|
||||
"LIST", "LET", "PAUSE", "NEXT", "POKE", "PRINT", "PLOT", "RUN",
|
||||
"SAVE", "RAND", "IF", "CLS", "UNPLOT", "CLEAR", "RETURN" "COPY",
|
||||
"SAVE", "RAND", "IF", "CLS", "UNPLOT", "CLEAR", "RETURN", "COPY",
|
||||
};
|
||||
|
||||
static inline size_t utf8_encode(uint8_t *buf, uint32_t codepoint) {
|
||||
|
|
Loading…
Add table
Reference in a new issue