From c5287db3cd6f8e1b9239e27ebecf53a34dd41516 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 16 Jul 2024 22:58:59 -0400 Subject: listbas: commentary. --- listbas.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'listbas.c') 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) { -- cgit v1.2.3