]> git.refcnt.org Git - colorize.git/blobdiff - colorize.c
Silence -Wimplicit-fallthrough= warning
[colorize.git] / colorize.c
index 753f7490ca0712a0770c0251a6e7ee426184bb62..adb240893190121bbe2ad51152064c86cba82721 100644 (file)
@@ -1170,6 +1170,7 @@ gather_color_names (const char *color_string, char *attr, struct color_name **co
                   break;
                 case BACKGROUND:
                   vfprintf_fail (formats[FMT_COLOR], tables[BACKGROUND].desc, color, "cannot be bold");
+                  break;
                 default: /* never reached */
                   ABORT_TRACE ();
               }