]> granicus.if.org Git - php/commitdiff
- Fixed compiler warning
authorFelipe Pena <felipensp@gmail.com>
Sun, 1 Dec 2013 16:57:11 +0000 (14:57 -0200)
committerFelipe Pena <felipensp@gmail.com>
Sun, 1 Dec 2013 16:57:11 +0000 (14:57 -0200)
phpdbg_set.c

index be8624ef9709b989a4c86f04bf651d1da265a70a..10c73aff00bfe40dc23edde6fe2e08235e227239 100644 (file)
@@ -127,11 +127,12 @@ PHPDBG_SET(colors) /* {{{ */
                                goto done;
                        }
                }
+               
+               default:
+                       phpdbg_error(
+                                       "set colors used incorrectly: set colors <on|off>");
        }
        
-usage:
-       phpdbg_error(
-                       "set colors used incorrectly: set colors <on|off>");
 
 done:
        return SUCCESS;