From: Anatol Belski Date: Wed, 17 Jan 2018 14:08:22 +0000 (+0100) Subject: Add missing closing fold X-Git-Tag: php-7.3.0alpha1~584 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d4b57f62c4c4bd1610da7699aeee3be2f35679c;p=php Add missing closing fold --- diff --git a/ext/standard/string.c b/ext/standard/string.c index b5a0f30e9a..1e615698a2 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -4156,6 +4156,7 @@ do_escape: } #endif /* }}} */ +/* }}} */ #define _HEB_BLOCK_TYPE_ENG 1 #define _HEB_BLOCK_TYPE_HEB 2