diff options
author | Steven Schubiger <stsc@refcnt.org> | 2018-03-28 15:46:17 +0200 |
---|---|---|
committer | Steven Schubiger <stsc@refcnt.org> | 2018-03-28 15:46:17 +0200 |
commit | 359c07a2780a0c59eeac74ffd9a5d089cda6e41b (patch) | |
tree | 84972a13c8927ea690f45bd0c5cb00aeac5626a4 | |
parent | fcf4408d02a843b008c262c808cabbc7bf36ed0a (diff) | |
download | colorize-359c07a2780a0c59eeac74ffd9a5d089cda6e41b.tar.gz colorize-359c07a2780a0c59eeac74ffd9a5d089cda6e41b.tar.bz2 |
read_print_stream(): add comment
-rw-r--r-- | colorize.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -905,7 +905,7 @@ read_print_stream (const char *attr, const struct color **colors, const char *fi } else if (*eol == '\n') flags |= LF; - else + else /* never reached */ vfprintf_fail (formats[FMT_FILE], file, "unrecognized line ending"); p = eol + SKIP_LINE_ENDINGS (flags); *eol = '\0'; |