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 a0f5e74a70..f7a32bbcf9 100644 --- a/phpdbg_set.c +++ b/phpdbg_set.c @@ -150,6 +150,6 @@ PHPDBG_SET(oplog) /* {{{ */ phpdbg_default_switch_case(); } - return SUCCESS; + return SUCCESS; } /* }}} */ |