From 77403f0c9402d0c46e1e5b4671e8e748594b2b74 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Sun, 4 May 2008 09:33:56 +0000 Subject: [PATCH] fix folding --- ext/posix/posix.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) */ -- 2.50.1