From 78cb38105db24c874d679bb4a861d856343e8213 Mon Sep 17 00:00:00 2001 From: foobar Date: Tue, 25 Nov 2003 20:02:22 +0000 Subject: style fix --- ext/pcre/php_pcre.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/pcre/php_pcre.c') 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" ); -- cgit v1.2.1