Skip to content

Commit 2da6392

Browse files
author
Yasuo Ohgaki
committed
Fix pspell function entry
1 parent 5ead13b commit 2da6392

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/pspell/pspell.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ function_entry pspell_functions[] = {
6565
PHP_FE(pspell_config_personal, NULL)
6666
PHP_FE(pspell_config_repl, NULL)
6767
PHP_FE(pspell_config_save_repl, NULL)
68+
{NULL, NULL, NULL}
6869
};
6970
/* }}} */
7071

0 commit comments

Comments
 (0)