zeev Sat Mar 3 17:08:47 2001 EDT
Modified files:
/php4/sapi/cgi cgi_main.c
Log:
whitespace fix
Index: php4/sapi/cgi/cgi_main.c
diff -u php4/sapi/cgi/cgi_main.c:1.95 php4/sapi/cgi/cgi_main.c:1.96
--- php4/sapi/cgi/cgi_main.c:1.95 Mon Feb 26 10:14:30 2001
+++ php4/sapi/cgi/cgi_main.c Sat Mar 3 17:08:46 2001
@@ -585,8 +585,8 @@
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 ... */
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]