Embarrassing bug!

This commit is contained in:
XANTRONIX Development 2023-09-12 12:01:20 -04:00
parent a3e88aa0fb
commit 7b71a6dfc1

2
main.c
View file

@ -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) {