]> granicus.if.org Git - php/commitdiff
Remove accidental insertion of a single "s"
authorBob Weinand <bobwei9@hotmail.com>
Thu, 2 Oct 2014 09:18:36 +0000 (11:18 +0200)
committerBob Weinand <bobwei9@hotmail.com>
Thu, 2 Oct 2014 09:18:36 +0000 (11:18 +0200)
phpdbg_prompt.c

index 4eed3864761c4c32ce42fe9e1227e9a9ddd089c6..3f5d5afdd6ce018926f1568c124bc2b68bf38553 100644 (file)
@@ -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;
        }