From: krakjoe Date: Sun, 13 Apr 2014 13:43:34 +0000 (+0100) Subject: less strange! X-Git-Tag: php-5.6.0beta2~1^2~37^2~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce7097fb607a43396aa2785cae07de4d6a196f74;p=php less strange! --- 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;