diff options
author | Yasuo Ohgaki <yohgaki@php.net> | 2002-02-22 11:39:23 +0000 |
---|---|---|
committer | Yasuo Ohgaki <yohgaki@php.net> | 2002-02-22 11:39:23 +0000 |
commit | b9d158c45843d4ceeb006eec576c8e149f49fe41 (patch) | |
tree | fc2eacc46c04d008469afdf97aed20c8002e28c1 /ext/pspell | |
parent | 8ca013f2ae37de2e6fd893a9f6d4b74da2f8046d (diff) | |
download | php-git-b9d158c45843d4ceeb006eec576c8e149f49fe41.tar.gz |
Fix crash bug 15607
Diffstat (limited to 'ext/pspell')
-rw-r--r-- | ext/pspell/pspell.c | 1 |
1 files changed, 1 insertions, 0 deletions
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} }; /* }}} */ |