]> git.refcnt.org Git - colorize.git/commitdiff
Omit unnecessary break statement
authorSteven Schubiger <stsc@refcnt.org>
Fri, 13 Feb 2015 18:27:46 +0000 (19:27 +0100)
committerSteven Schubiger <stsc@refcnt.org>
Fri, 13 Feb 2015 18:27:46 +0000 (19:27 +0100)
colorize.c

index 2637dab05fbab987abd0395dfd202b874a3e3ad9..931d09b958be655b22cd69f94301fe084982962a 100644 (file)
@@ -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 ();
               }