From 6e46f25b129ba5e1575b2160e1168bf4d017e1ca Mon Sep 17 00:00:00 2001 From: Etienne Kneuss Date: Mon, 25 Feb 2008 23:41:04 +0000 Subject: [PATCH] MFH: Fix folding --- ext/spl/spl_heap.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/spl/spl_heap.c b/ext/spl/spl_heap.c index f6bba18087..cd09f9ad7a 100644 --- a/ext/spl/spl_heap.c +++ b/ext/spl/spl_heap.c @@ -1181,6 +1181,8 @@ PHP_MINIT_FUNCTION(spl_heap) /* {{{ */ return SUCCESS; } +/* }}} */ + /* * Local variables: * tab-width: 4 -- 2.50.1