summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXANTRONIX Development2023-09-12 12:01:20 -0400
committerXANTRONIX Development2023-09-12 12:01:20 -0400
commit7b71a6dfc1bd5628b429c62eeb9353b449313a73 (patch)
tree83c83f46d1a2314cdf9fe79440ba31ebe8cc0ebf
parenta3e88aa0fb01db4bf986545f833e220bf8647036 (diff)
downloadzxdump-7b71a6dfc1bd5628b429c62eeb9353b449313a73.tar.gz
zxdump-7b71a6dfc1bd5628b429c62eeb9353b449313a73.tar.bz2
zxdump-7b71a6dfc1bd5628b429c62eeb9353b449313a73.zip
Embarrassing bug!
-rw-r--r--main.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/main.c b/main.c
index 0a49f75..0e3da6d 100644
--- a/main.c
+++ b/main.c
@@ -72,14 +72,14 @@ static char *zx_tokens_low[3] = {
};
static char *zx_tokens[64] = {
- "\"\"", "AT", "TAB", NULL, "CODE", "VAL", "LEN", "SIN",
- "COS", "TAN", "ASN", "ACS", "ATN", "LN", "EXP", "INT",
- "SQR", "SGN", "ABS", "PEEK", "USR", "STR$", "CHR$", "NOT",
- "**", "OR", "AND", "<=", ">=", "<>", "THEN", "TO",
- "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",
+ "\"\"", "AT", "TAB", NULL, "CODE", "VAL", "LEN", "SIN",
+ "COS", "TAN", "ASN", "ACS", "ATN", "LN", "EXP", "INT",
+ "SQR", "SGN", "ABS", "PEEK", "USR", "STR$", "CHR$", "NOT",
+ "**", "OR", "AND", "<=", ">=", "<>", "THEN", "TO",
+ "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",
};
static inline size_t utf8_encode(uint8_t *buf, uint32_t codepoint) {