]> granicus.if.org Git - php/commitdiff
whitespace fix
authorZeev Suraski <zeev@php.net>
Sun, 4 Mar 2001 01:08:46 +0000 (01:08 +0000)
committerZeev Suraski <zeev@php.net>
Sun, 4 Mar 2001 01:08:46 +0000 (01:08 +0000)
sapi/cgi/cgi_main.c

index 1423c387e4a9a69e923f28315c0e22934135334c..0c268c866cd753499c4c6ecdd95898f4895dcee2 100644 (file)
@@ -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 ... */