iliaa           Thu Feb 12 21:20:21 2004 EDT

  Modified files:              
    /php-src/ext/pspell pspell.c 
  Log:
  Fixed compile warnings.
  
  
http://cvs.php.net/diff.php/php-src/ext/pspell/pspell.c?r1=1.42&r2=1.43&ty=u
Index: php-src/ext/pspell/pspell.c
diff -u php-src/ext/pspell/pspell.c:1.42 php-src/ext/pspell/pspell.c:1.43
--- php-src/ext/pspell/pspell.c:1.42    Wed Feb 11 16:20:22 2004
+++ php-src/ext/pspell/pspell.c Thu Feb 12 21:20:20 2004
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: pspell.c,v 1.42 2004/02/11 21:20:22 sniper Exp $ */
+/* $Id: pspell.c,v 1.43 2004/02/13 02:20:20 iliaa Exp $ */
 
 #define IS_EXT_MODULE
 
@@ -805,7 +805,7 @@
 }
 /* }}} */
 
-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;

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to