From 65b47ce3464f436631b277eb03bb91dca44e49d1 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Tue, 6 Feb 2007 21:04:22 +0000 Subject: [PATCH] add missing closing marker --- ext/phar/phar.c | 1 + 1 file changed, 1 insertion(+) 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. -- 2.40.0