diff options
Diffstat (limited to 'phpdbg_set.c')
-rw-r--r-- | phpdbg_set.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpdbg_set.c b/phpdbg_set.c index 0c046eeaa1..1c6d3bef3c 100644 --- a/phpdbg_set.c +++ b/phpdbg_set.c @@ -151,7 +151,7 @@ PHPDBG_SET(colors) /* {{{ */ phpdbg_error( "set colors used incorrectly: set colors <on|off>"); } - + done: return SUCCESS; } /* }}} */ |