]> granicus.if.org Git - php/commitdiff
add missing closing marker
authorAntony Dovgal <tony2001@php.net>
Tue, 6 Feb 2007 21:04:22 +0000 (21:04 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 6 Feb 2007 21:04:22 +0000 (21:04 +0000)
ext/phar/phar.c

index 7e61186dd87ce3ecd938440f888e35d7e7a3ff17..d6eb1f0c6291c8472b96e291bca1df901b306c25 100644 (file)
@@ -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.