diff options
-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) { |