diff options
| -rw-r--r-- | colorize.c | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -785,7 +785,7 @@ read_print_stream (bool bold, const struct color **colors, const char *file, FIL          line = buf;          while ((eol = strpbrk (line, "\n\r")))            { -            char *p; +            const char *p;              flags &= ~(CR|LF);              if (*eol == '\r')                {  | 
