From 2da6392297a4bbcf4caf8d6c7de76fc5ad084669 Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Mon, 25 Feb 2002 23:00:11 +0000 Subject: Fix pspell function entry --- ext/pspell/pspell.c | 1 + 1 file changed, 1 insertion(+) 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} }; /* }}} */ -- cgit v1.2.1