From: Antony Dovgal Date: Thu, 14 Aug 2008 10:10:56 +0000 (+0000) Subject: fix folding X-Git-Tag: BEFORE_HEAD_NS_CHANGE~724 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=586759c74028cbe1484a524421834420a476d67b;p=php fix folding --- 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) {