diff options
-rw-r--r-- | listbas.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -370,6 +370,7 @@ void print_string(unsigned int pos, unsigned int len) { } if(color) color_on(color_op); outchr('"'); + if(color) color_off(); } CALLBACK(print_lineno) { |