summaryrefslogtreecommitdiff
path: root/sapi
diff options
context:
space:
mode:
Diffstat (limited to 'sapi')
-rw-r--r--sapi/cgi/cgi_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c
index 1423c387e4..0c268c866c 100644
--- a/sapi/cgi/cgi_main.c
+++ b/sapi/cgi/cgi_main.c
@@ -585,8 +585,8 @@ any .htaccess restrictions anywhere on your site you can leave doc_root undefine
php_printf("\n[Zend Modules]\n");
zend_llist_apply_with_argument(&zend_extensions, (void (*)(void *, void *)) _print_module_info, NULL);
php_printf("\n");
- php_end_ob_buffers(1);
- exit(1);
+ php_end_ob_buffers(1);
+ exit(1);
break;
#if 0 /* not yet operational, see also below ... */