Skip to content
This repository has been archived by the owner on Feb 6, 2019. It is now read-only.

Commit

Permalink
Remove accidental insertion of a single "s"
Browse files Browse the repository at this point in the history
  • Loading branch information
bwoebi committed Oct 2, 2014
1 parent aeb7508 commit 7911b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpdbg_prompt.c
Expand Up @@ -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;
}

Expand Down

0 comments on commit 7911b64

Please sign in to comment.