summaryrefslogtreecommitdiff
path: root/ext/phar/phar.c
diff options
context:
space:
mode:
authorMax Semenik <maxsem.wiki@gmail.com>2020-07-01 16:32:55 +0300
committerMáté Kocsis <kocsismate@woohoolabs.com>2020-07-06 21:13:34 +0200
commit2b5de6f839feea0ae1d5289d59dd7f159fcdcc8c (patch)
treef23a5c00a96f30a62ddcf626b4c6a6d53809d14f /ext/phar/phar.c
parent47579986504022d3eab38e24fff5861d5e4eadad (diff)
downloadphp-git-2b5de6f839feea0ae1d5289d59dd7f159fcdcc8c.tar.gz
Remove proto comments from C files
Closes GH-5758
Diffstat (limited to 'ext/phar/phar.c')
-rw-r--r--ext/phar/phar.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/phar/phar.c b/ext/phar/phar.c
index 9b21eb7e2a..71ec884281 100644
--- a/ext/phar/phar.c
+++ b/ext/phar/phar.c
@@ -3558,8 +3558,7 @@ PHP_MINFO_FUNCTION(phar) /* {{{ */
}
/* }}} */
-/* {{{ phar_module_entry
- */
+/* {{{ phar_module_entry */
static const zend_module_dep phar_deps[] = {
ZEND_MOD_OPTIONAL("apc")
ZEND_MOD_OPTIONAL("bz2")