diff options
author | krakjoe <joe.watkins@live.co.uk> | 2014-02-23 07:33:48 +0000 |
---|---|---|
committer | krakjoe <joe.watkins@live.co.uk> | 2014-02-23 07:33:48 +0000 |
commit | 4b738cee2b789228b34bc5ef0f246e325890fd78 (patch) | |
tree | b0ca31f89991bdbbcebb6986bfa24616216851fb /phpdbg_help.c | |
parent | ee6cc5ba603cfc7204d090a7b93b1cd5094396f4 (diff) | |
download | php-git-4b738cee2b789228b34bc5ef0f246e325890fd78.tar.gz |
set colors working
Diffstat (limited to 'phpdbg_help.c')
-rw-r--r-- | phpdbg_help.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/phpdbg_help.c b/phpdbg_help.c index e091fb86f6..1796db7f60 100644 --- a/phpdbg_help.c +++ b/phpdbg_help.c @@ -248,8 +248,7 @@ PHPDBG_COMMAND(help) /* {{{ */ } } } - - phpdbg_error("No help can be found for the subject \"%s\"", param->str); + return FAILURE; } /* }}} */ |