diff options
Diffstat (limited to 'ext/spl/spl_engine.c')
| -rw-r--r-- | ext/spl/spl_engine.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/spl_engine.c b/ext/spl/spl_engine.c index 753ea2cd91..4b165503bf 100644 --- a/ext/spl/spl_engine.c +++ b/ext/spl/spl_engine.c @@ -62,7 +62,7 @@ PHPAPI zend_long spl_offset_convert_to_long(zval *offset) /* {{{ */ return Z_RES_HANDLE_P(offset); } return -1; -} +} /* }}} */ /* |
