]> granicus.if.org Git - php/commitdiff
fix folding
authorAntony Dovgal <tony2001@php.net>
Thu, 14 Aug 2008 10:10:56 +0000 (10:10 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 14 Aug 2008 10:10:56 +0000 (10:10 +0000)
ext/standard/string.c

index 9f08ab38dc3647d89d6b3f6e5db8f49bc18ccd38..f7c331289bc4217740e2de556c83ed5f7e07e060 100644 (file)
@@ -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) {