]> granicus.if.org Git - php/commitdiff
Breaks funclist.txt
authorEgon Schmid <eschmid@php.net>
Fri, 25 Feb 2000 11:28:41 +0000 (11:28 +0000)
committerEgon Schmid <eschmid@php.net>
Fri, 25 Feb 2000 11:28:41 +0000 (11:28 +0000)
ext/standard/metaphone.c

index 7eb91ddce94d84a6f3f7600c2a9410bc2eed81a7..8e3447528e4ba6783db55418e88c520293970792 100644 (file)
@@ -26,13 +26,12 @@ static int metaphone(char *word, int max_phonemes, char **phoned_word, int tradi
 
 PHP_FUNCTION(metaphone);
 
-function_entry metaphone_functions[] =
-{
+function_entry metaphone_functions[] = {
        PHP_FE(metaphone, NULL)
        {0},
 };
 
-zend_module_entry metaphone_module_entry =
+zend_module_entry metaphone_module_entry = 
 {
        "Metaphone",
        metaphone_functions,