summaryrefslogtreecommitdiff
path: root/ext/pspell
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2004-02-13 02:20:20 +0000
committerIlia Alshanetsky <iliaa@php.net>2004-02-13 02:20:20 +0000
commit36f27848a61760bf3227070631ba3e9f5fd82d66 (patch)
tree99a1d3e7a112a8058f89711f855675d03e3f7587 /ext/pspell
parent7e7630aeb0d225aac27dd38b75f4feea1da6464e (diff)
downloadphp-git-36f27848a61760bf3227070631ba3e9f5fd82d66.tar.gz
Fixed compile warnings.
Diffstat (limited to 'ext/pspell')
-rw-r--r--ext/pspell/pspell.c2
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;