1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 03:03:26 +02:00

- Fixed compiler warning

This commit is contained in:
Felipe Pena
2013-12-01 14:57:11 -02:00
parent f6efce9f13
commit 9ca817eb0f
+4 -3
View 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;