From 586759c74028cbe1484a524421834420a476d67b Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Thu, 14 Aug 2008 10:10:56 +0000 Subject: [PATCH] fix folding --- ext/standard/string.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/standard/string.c b/ext/standard/string.c index 9f08ab38dc..f7c331289b 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -656,6 +656,7 @@ PHP_FUNCTION(nl_langinfo) php_error_docref(NULL TSRMLS_CC, E_WARNING, "Item '%ld' is not valid", item); RETURN_FALSE; } + /* }}} */ value = nl_langinfo(item); if (value == NULL) { -- 2.50.1