From: Antony Dovgal Date: Tue, 6 Feb 2007 21:04:22 +0000 (+0000) Subject: add missing closing marker X-Git-Tag: RELEASE_1_0_1~319 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=65b47ce3464f436631b277eb03bb91dca44e49d1;p=php add missing closing marker --- diff --git a/ext/phar/phar.c b/ext/phar/phar.c index 7e61186dd8..d6eb1f0c62 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.