From 5bc0a12d7dcb1cd0d6828e3f013b291da779be91 Mon Sep 17 00:00:00 2001 From: Etienne Kneuss Date: Mon, 25 Feb 2008 23:40:47 +0000 Subject: [PATCH] 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 227d2343a1..39e7ddb079 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