aboutsummaryrefslogtreecommitdiff
path: root/listbas.c
diff options
context:
space:
mode:
Diffstat (limited to 'listbas.c')
-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) {