summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2002-02-25 23:00:11 +0000
committerYasuo Ohgaki <yohgaki@php.net>2002-02-25 23:00:11 +0000
commit2da6392297a4bbcf4caf8d6c7de76fc5ad084669 (patch)
tree2802a6ca6b93f9a5616d96e0972098581f7c940c
parent5ead13b0d709676935edb8aea57997c5451a2640 (diff)
downloadphp-git-2da6392297a4bbcf4caf8d6c7de76fc5ad084669.tar.gz
Fix pspell function entry
-rw-r--r--ext/pspell/pspell.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pspell/pspell.c b/ext/pspell/pspell.c
index 3e823477c4..b87a413692 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}
};
/* }}} */