diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2004-02-13 02:20:20 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2004-02-13 02:20:20 +0000 |
commit | 36f27848a61760bf3227070631ba3e9f5fd82d66 (patch) | |
tree | 99a1d3e7a112a8058f89711f855675d03e3f7587 /ext/pspell | |
parent | 7e7630aeb0d225aac27dd38b75f4feea1da6464e (diff) | |
download | php-git-36f27848a61760bf3227070631ba3e9f5fd82d66.tar.gz |
Fixed compile warnings.
Diffstat (limited to 'ext/pspell')
-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; |