From 8d4b57f62c4c4bd1610da7699aeee3be2f35679c Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Wed, 17 Jan 2018 15:08:22 +0100 Subject: [PATCH] Add missing closing fold --- ext/standard/string.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.1