From: Bob Weinand Date: Thu, 2 Oct 2014 09:18:36 +0000 (+0200) Subject: Remove accidental insertion of a single "s" X-Git-Tag: php-5.6.3RC1~51^2~52^2~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7911b6405c0b1e646509a68760c0929ec811e4c5;p=php Remove accidental insertion of a single "s" --- diff --git a/phpdbg_prompt.c b/phpdbg_prompt.c index 4eed386476..3f5d5afdd6 100644 --- a/phpdbg_prompt.c +++ b/phpdbg_prompt.c @@ -674,7 +674,7 @@ PHPDBG_COMMAND(ev) /* {{{ */ PHPDBG_COMMAND(back) /* {{{ */ { if (!EG(in_execution)) { -s phpdbg_error("inactive", "type=\"noexec\"", "Not executing!"); + phpdbg_error("inactive", "type=\"noexec\"", "Not executing!"); return SUCCESS; }