summaryrefslogtreecommitdiff
path: root/phpdbg_break.c
diff options
context:
space:
mode:
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;