From 36f27848a61760bf3227070631ba3e9f5fd82d66 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Fri, 13 Feb 2004 02:20:20 +0000 Subject: Fixed compile warnings. --- ext/pspell/pspell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/pspell') 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; -- cgit v1.2.1