From 9ca817eb0ffef5b87717ddda83648695e66e0998 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Sun, 1 Dec 2013 14:57:11 -0200 Subject: [PATCH] - Fixed compiler warning --- phpdbg_set.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/phpdbg_set.c b/phpdbg_set.c index be8624ef97..10c73aff00 100644 --- a/phpdbg_set.c +++ b/phpdbg_set.c @@ -127,11 +127,12 @@ PHPDBG_SET(colors) /* {{{ */ goto done; } } + + default: + phpdbg_error( + "set colors used incorrectly: set colors "); } -usage: - phpdbg_error( - "set colors used incorrectly: set colors "); done: return SUCCESS; -- 2.40.0