[PHP-CVS] com php-src: Fix folding: main/main.c

2012-09-20 Thread Rasmus Lerdorf
Commit:fa5477d9d45f076f4b4a6c50252668e2a437230b
Author:Rasmus Lerdorf  Thu, 20 Sep 2012 14:24:55 
-0400
Parents:   4b9ed492177dd9d6e1fde7f0b74ece8a71a1c1ab
Branches:  master

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=fa5477d9d45f076f4b4a6c50252668e2a437230b

Log:
Fix folding

Changed paths:
  M  main/main.c


Diff:
diff --git a/main/main.c b/main/main.c
index 5eb9947..3e31a8d 100644
--- a/main/main.c
+++ b/main/main.c
@@ -596,6 +596,7 @@ PHPAPI int php_get_module_initialized(void)
 {
return module_initialized;
 }
+/* }}} */
 
 /* {{{ php_log_err
  */


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: Fix folding: main/main.c

2012-09-20 Thread Rasmus Lerdorf
Commit:2322be0fab44401cb2bc624771299ae6f598ee4e
Author:Rasmus Lerdorf  Thu, 20 Sep 2012 14:22:15 
-0400
Parents:   3b38d14caf24233ed476e4892f53ffd858d1ae3f
Branches:  PHP-5.4

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=2322be0fab44401cb2bc624771299ae6f598ee4e

Log:
Fix folding

Changed paths:
  M  main/main.c


Diff:
diff --git a/main/main.c b/main/main.c
index 709c6dd..8d97581 100644
--- a/main/main.c
+++ b/main/main.c
@@ -597,6 +597,7 @@ PHPAPI int php_get_module_initialized(void)
 {
return module_initialized;
 }
+/* }}} */
 
 /* {{{ php_log_err
  */


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php