]> granicus.if.org Git - php/commitdiff
fix folding
authorAntony Dovgal <tony2001@php.net>
Sun, 4 May 2008 09:33:56 +0000 (09:33 +0000)
committerAntony Dovgal <tony2001@php.net>
Sun, 4 May 2008 09:33:56 +0000 (09:33 +0000)
ext/posix/posix.c

index 355909539199d15cba6da9cbf5e9ec61dd4efec7..4196a753a7230148cf8d40898fa38ea977ab906a 100644 (file)
@@ -152,10 +152,11 @@ static PHP_MINFO_FUNCTION(posix)
 }
 /* }}} */
 
-static PHP_GINIT_FUNCTION(posix)
+static PHP_GINIT_FUNCTION(posix) /* {{{ */
 {
        posix_globals->last_error = 0;
 }
+/* }}} */
 
 /* {{{ PHP_MINIT_FUNCTION(posix)
  */