From: Pierre Joye Date: Tue, 21 Mar 2006 17:18:57 +0000 (+0000) Subject: - cs X-Git-Tag: RELEASE_1_3~325 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=88b8784f18de0c55bee2f6c8fb983db53c3b62c8;p=php - cs --- diff --git a/ext/enchant/enchant.c b/ext/enchant/enchant.c index 1857229250..4c4aad4637 100755 --- a/ext/enchant/enchant.c +++ b/ext/enchant/enchant.c @@ -215,12 +215,10 @@ PHP_MSHUTDOWN_FUNCTION(enchant) } /* }}} */ -/* {{{ PHP_MINFO_FUNCTION - */ static void __enumerate_providers_fn (const char * const name, const char * const desc, const char * const file, - void * ud) + void * ud) /* {{{ */ { php_info_print_table_row(3, name, desc, file); } @@ -235,7 +233,7 @@ PHP_MINFO_FUNCTION(enchant) pbroker = enchant_broker_init(); php_info_print_table_start(); php_info_print_table_header(2, "enchant support", "enabled"); - php_info_print_table_row(2, "Version", "@version@"); + php_info_print_table_row(2, "Version", "@package_version@"); php_info_print_table_row(2, "Revision", "$Revision$"); php_info_print_table_end(); @@ -463,7 +461,6 @@ PHP_FUNCTION(enchant_broker_dict_exists) } /* }}} */ - /* {{{ proto bool enchant_broker_set_ordering(resource broker, string tag, string ordering) Declares a preference of dictionaries to use for the language described/referred to by 'tag'. The ordering is a comma delimited