From: Yasuo Ohgaki Date: Fri, 22 Feb 2002 11:39:23 +0000 (+0000) Subject: Fix crash bug 15607 X-Git-Tag: php-4.2.0RC1~299 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b9d158c45843d4ceeb006eec576c8e149f49fe41;p=php Fix crash bug 15607 --- diff --git a/ext/pspell/pspell.c b/ext/pspell/pspell.c index 52d2587422..33962cb288 100644 --- a/ext/pspell/pspell.c +++ b/ext/pspell/pspell.c @@ -65,6 +65,7 @@ function_entry pspell_functions[] = { PHP_FE(pspell_config_personal, NULL) PHP_FE(pspell_config_repl, NULL) PHP_FE(pspell_config_save_repl, NULL) + {NULL, NULL, NULL} }; /* }}} */