diff options
author | B. Watson <urchlay@slackware.uk> | 2024-07-16 22:58:59 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-07-16 22:58:59 -0400 |
commit | c5287db3cd6f8e1b9239e27ebecf53a34dd41516 (patch) | |
tree | e301787dc81e3b18afed03dc4bc5b7bab7239e56 | |
parent | b094b4106cd84af88b2bb279db93cdc7c4020c6a (diff) | |
download | bw-atari8-tools-c5287db3cd6f8e1b9239e27ebecf53a34dd41516.tar.gz |
listbas: commentary.
-rw-r--r-- | listbas.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -583,7 +583,7 @@ void op_color_on(unsigned char tok) { else if(bas_type == B_BXL || bas_type == B_BXE) bxlxe_op_color_on(tok); else - color_on(color_op); /* should never get here actually */ + color_on(color_op); /* in case of bad token when bas_type == B_BASIC */ } CALLBACK(print_op) { |