diff options
author | Steven Schubiger <stsc@refcnt.org> | 2015-02-13 19:27:46 +0100 |
---|---|---|
committer | Steven Schubiger <stsc@refcnt.org> | 2015-02-13 19:27:46 +0100 |
commit | c8c8382930b8966ab94939d04cf687e8173401c6 (patch) | |
tree | 70a168adbd6e7c7ce6fa49b3a7e44c998ed4b214 /colorize.c | |
parent | c9b07648c01ee3f5c06c95bb80bcdde95ec22731 (diff) | |
download | colorize-c8c8382930b8966ab94939d04cf687e8173401c6.tar.gz colorize-c8c8382930b8966ab94939d04cf687e8173401c6.tar.bz2 |
Omit unnecessary break statement
Diffstat (limited to 'colorize.c')
-rw-r--r-- | colorize.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -610,7 +610,6 @@ process_args (unsigned int arg_cnt, char **arg_strings, bool *bold, const struct break; case BACKGROUND: vfprintf_fail (formats[FMT_COLOR], tables[BACKGROUND].desc, color, "cannot be bold"); - break; default: /* never reached */ ABORT_TRACE (); } |