diff --git a/ext/phar/phar.c b/ext/phar/phar.c index 7e61186dd87..d6eb1f0c629 100644 --- a/ext/phar/phar.c +++ b/ext/phar/phar.c @@ -417,6 +417,7 @@ int phar_entry_delref(phar_entry_data *idata TSRMLS_DC) /* {{{ */ efree(idata); return ret; } +/* }}} */ /** * Removes an entry, either by actually removingit or by marking it.