1
0
mirror of https://github.com/php/php-src.git synced 2026-03-31 04:32:19 +02:00

add missing closing marker

This commit is contained in:
Antony Dovgal
2007-02-06 21:04:22 +00:00
parent bc779b98ec
commit 65b47ce346

View 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.