diff options
| author | Etienne Kneuss <colder@php.net> | 2008-02-25 23:41:04 +0000 |
|---|---|---|
| committer | Etienne Kneuss <colder@php.net> | 2008-02-25 23:41:04 +0000 |
| commit | 6e46f25b129ba5e1575b2160e1168bf4d017e1ca (patch) | |
| tree | fa69d318253c4b4a945171f0cecefd091a892fd5 | |
| parent | c54045a1f949afbf4ceeda21aedd3bdb98665b10 (diff) | |
| download | php-git-6e46f25b129ba5e1575b2160e1168bf4d017e1ca.tar.gz | |
MFH: Fix folding
| -rw-r--r-- | ext/spl/spl_heap.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
