summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--phpdbg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpdbg.c b/phpdbg.c
index c1bb206eb8..213906a977 100644
--- a/phpdbg.c
+++ b/phpdbg.c
@@ -1183,7 +1183,7 @@ phpdbg_main:
sigaction(SIGBUS, &signal_struct, &PHPDBG_G(old_sigsegv_signal));
#endif
- if (php_request_startup(TSRMLS_C) == SUCCESS) {;
+ if (php_request_startup(TSRMLS_C) == SUCCESS) {
int i;
SG(request_info).argc = argc - php_optind + 1;