aboutsummaryrefslogtreecommitdiff
path: root/tokens.c
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-07-17 01:45:09 -0400
committerB. Watson <urchlay@slackware.uk>2024-07-17 01:45:09 -0400
commit133e953589904d8fa81f291dc15ab73b925d1914 (patch)
tree6027a9ac3248aa5d70cbfb59b4131d3a34ce8677 /tokens.c
parentc5287db3cd6f8e1b9239e27ebecf53a34dd41516 (diff)
downloadbw-atari8-tools-133e953589904d8fa81f291dc15ab73b925d1914.tar.gz
listbas: quit emitting ANSI color codes in ATASCII output (derp!), print ERROR- the same way BASIC does.
Diffstat (limited to 'tokens.c')
-rw-r--r--tokens.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokens.c b/tokens.c
index 744fd51..675d220 100644
--- a/tokens.c
+++ b/tokens.c
@@ -54,7 +54,7 @@ const char *commands[] = {
"CSAVE", /* $34 */
"CLOAD",
"", /* $36, implied LET */
- "ERROR -" /* $37 */
+ "ERROR- " /* $37 */
};
const unsigned short last_command = (sizeof(commands) / sizeof(char *)) - 1;