summaryrefslogtreecommitdiff
path: root/ext/zlib
diff options
context:
space:
mode:
authorDaniel Lowrey <rdlowrey@php.net>2015-04-24 09:27:24 -0600
committerDaniel Lowrey <rdlowrey@php.net>2015-04-24 09:27:24 -0600
commit38ea6a827ebb3c55e84b369b10ba4a6e5eb0e84b (patch)
tree5032efb47d843fa1260ecbef702cab6707ea9d23 /ext/zlib
parent3973f5df5cdc589263948a4604d183324c8d3e0d (diff)
downloadphp-git-38ea6a827ebb3c55e84b369b10ba4a6e5eb0e84b.tar.gz
Fix vim folding block
Diffstat (limited to 'ext/zlib')
-rw-r--r--ext/zlib/zlib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/zlib/zlib.c b/ext/zlib/zlib.c
index 45ab79c3c9..957be3417c 100644
--- a/ext/zlib/zlib.c
+++ b/ext/zlib/zlib.c
@@ -1147,6 +1147,7 @@ ZEND_BEGIN_ARG_INFO_EX(arginfo_inflate_add, 0, 0, 2)
ZEND_ARG_INFO(0, flush_behavior)
ZEND_END_ARG_INFO()
+/* }}} */
/* {{{ php_zlib_functions[] */
static const zend_function_entry php_zlib_functions[] = {