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:
+4
-3
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user