diff options
author | foobar <sniper@php.net> | 2003-11-25 20:02:22 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-11-25 20:02:22 +0000 |
commit | 78cb38105db24c874d679bb4a861d856343e8213 (patch) | |
tree | 5af51a025613ca606ab11796d036d6336c6c43ab /ext/pcre/php_pcre.c | |
parent | 8dd6cded762cf9e7b9c7bc8d3af96699205b52f7 (diff) | |
download | php-git-78cb38105db24c874d679bb4a861d856343e8213.tar.gz |
style fix
Diffstat (limited to 'ext/pcre/php_pcre.c')
-rw-r--r-- | ext/pcre/php_pcre.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c index e428361062..871dbeea7b 100644 --- a/ext/pcre/php_pcre.c +++ b/ext/pcre/php_pcre.c @@ -84,8 +84,8 @@ static void php_pcre_shutdown_globals(zend_pcre_globals *pcre_globals TSRMLS_DC) } -static /* {{{ PHP_MINFO_FUNCTION(pcre) */ -PHP_MINFO_FUNCTION(pcre) +/* {{{ PHP_MINFO_FUNCTION(pcre) */ +static PHP_MINFO_FUNCTION(pcre) { php_info_print_table_start(); php_info_print_table_row(2, "PCRE (Perl Compatible Regular Expressions) Support", "enabled" ); |