diff options
-rw-r--r-- | listbas.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -239,7 +239,7 @@ double bcd2double(const unsigned char *num) { return result; } -void color_on(unsigned char c) { +void color_on(int c) { cur_color = c; if(c != NO_COLOR) printf(COLOR_FMT, bold, c); |