diff options
Diffstat (limited to 'phpdbg_set.c')
-rw-r--r-- | phpdbg_set.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpdbg_set.c b/phpdbg_set.c index 7c73192007..f3265604d0 100644 --- a/phpdbg_set.c +++ b/phpdbg_set.c @@ -41,7 +41,7 @@ PHPDBG_SET(prompt) /* {{{ */ return SUCCESS; } /* }}} */ -PHPDBG_SET(breakpoint) /* {{{ */ +PHPDBG_SET(break) /* {{{ */ { switch (param->type) { case EMPTY_PARAM: |