From c8c8382930b8966ab94939d04cf687e8173401c6 Mon Sep 17 00:00:00 2001
From: Steven Schubiger <stsc@refcnt.org>
Date: Fri, 13 Feb 2015 19:27:46 +0100
Subject: Omit unnecessary break statement

---
 colorize.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/colorize.c b/colorize.c
index 2637dab..931d09b 100644
--- a/colorize.c
+++ b/colorize.c
@@ -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 ();
               }
-- 
cgit v1.2.3