From: Sascha Schumann Date: Thu, 24 Oct 2002 16:04:31 +0000 (+0000) Subject: add missing {} X-Git-Tag: php-4.3.0pre2~93 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d464b8164cc08188999a22d2c54e7ac68696b998;p=php add missing {} --- diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c index 25382faa69..a652052100 100644 --- a/sapi/cli/php_cli.c +++ b/sapi/cli/php_cli.c @@ -534,8 +534,9 @@ int main(int argc, char *argv[]) break; case 'l': /* syntax check mode */ - if (behavior != PHP_MODE_STANDARD) + if (behavior != PHP_MODE_STANDARD) { break; + } no_headers = 1; behavior=PHP_MODE_LINT; break;