aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-07-16 22:58:59 -0400
committerB. Watson <urchlay@slackware.uk>2024-07-16 22:58:59 -0400
commitc5287db3cd6f8e1b9239e27ebecf53a34dd41516 (patch)
treee301787dc81e3b18afed03dc4bc5b7bab7239e56
parentb094b4106cd84af88b2bb279db93cdc7c4020c6a (diff)
downloadbw-atari8-tools-c5287db3cd6f8e1b9239e27ebecf53a34dd41516.tar.gz
listbas: commentary.
-rw-r--r--listbas.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/listbas.c b/listbas.c
index 5bf1c07..f35b410 100644
--- a/listbas.c
+++ b/listbas.c
@@ -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) {