summaryrefslogtreecommitdiff
path: root/phpdbg_help.c
diff options
context:
space:
mode:
authorkrakjoe <joe.watkins@live.co.uk>2014-02-23 07:33:48 +0000
committerkrakjoe <joe.watkins@live.co.uk>2014-02-23 07:33:48 +0000
commit4b738cee2b789228b34bc5ef0f246e325890fd78 (patch)
treeb0ca31f89991bdbbcebb6986bfa24616216851fb /phpdbg_help.c
parentee6cc5ba603cfc7204d090a7b93b1cd5094396f4 (diff)
downloadphp-git-4b738cee2b789228b34bc5ef0f246e325890fd78.tar.gz
set colors working
Diffstat (limited to 'phpdbg_help.c')
-rw-r--r--phpdbg_help.c3
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;
} /* }}} */