summaryrefslogtreecommitdiff
path: root/phpdbg_break.c
diff options
context:
space:
mode:
authorIvan Enderlin <ivan.enderlin@hoa-project.net>2013-12-18 11:53:30 +0100
committerIvan Enderlin <ivan.enderlin@hoa-project.net>2013-12-18 11:53:30 +0100
commite5263aa3f0c9138cfeb1241f296e1404b705b904 (patch)
treeace5368a51ac9c4d21ac851035924724488ff4de /phpdbg_break.c
parent7e0d1938f9e875a96284c217f28a2e7a1995539d (diff)
downloadphp-git-e5263aa3f0c9138cfeb1241f296e1404b705b904.tar.gz
In english, no horizontal space before “!”.
Diffstat (limited to 'phpdbg_break.c')
-rw-r--r--phpdbg_break.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpdbg_break.c b/phpdbg_break.c
index 358318ea1b..1423b960e6 100644
--- a/phpdbg_break.c
+++ b/phpdbg_break.c
@@ -105,7 +105,7 @@ PHPDBG_BREAK(lineno) /* {{{ */
if (PHPDBG_G(exec)) {
phpdbg_set_breakpoint_file(phpdbg_current_file(TSRMLS_C), param->num TSRMLS_CC);
} else {
- phpdbg_error("Execution context not set !");
+ phpdbg_error("Execution context not set!");
}
} break;