]> granicus.if.org Git - php/commitdiff
- cs
authorPierre Joye <pajoye@php.net>
Tue, 21 Mar 2006 17:18:57 +0000 (17:18 +0000)
committerPierre Joye <pajoye@php.net>
Tue, 21 Mar 2006 17:18:57 +0000 (17:18 +0000)
ext/enchant/enchant.c

index 185722925060125608f9628fc0ee0b761ebba909..4c4aad4637267dfa316bc40fc2f84738a8c74cdc 100755 (executable)
@@ -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