From: Antony Dovgal Date: Sun, 4 May 2008 09:33:56 +0000 (+0000) Subject: fix folding X-Git-Tag: RELEASE_2_0_0b1~98 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77403f0c9402d0c46e1e5b4671e8e748594b2b74;p=php fix folding --- diff --git a/ext/posix/posix.c b/ext/posix/posix.c index 3559095391..4196a753a7 100644 --- a/ext/posix/posix.c +++ b/ext/posix/posix.c @@ -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) */