diff options
-rw-r--r-- | ext/pspell/pspell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pspell/pspell.c b/ext/pspell/pspell.c index a7d83ba15a..a0b45771d2 100644 --- a/ext/pspell/pspell.c +++ b/ext/pspell/pspell.c @@ -805,7 +805,7 @@ PHP_FUNCTION(pspell_config_ignore) } /* }}} */ -static int pspell_config_path(INTERNAL_FUNCTION_PARAMETERS, char *option) +static void pspell_config_path(INTERNAL_FUNCTION_PARAMETERS, char *option) { int type; zval **sccin, **value; |