moriyoshi               Sat Oct 26 03:49:46 2002 EDT

  Modified files:              
    /php4/ext/iconv     iconv.c 
  Log:
  Fixed typo... what did this "#" sign mean?
  
  
Index: php4/ext/iconv/iconv.c
diff -u php4/ext/iconv/iconv.c:1.55 php4/ext/iconv/iconv.c:1.56
--- php4/ext/iconv/iconv.c:1.55 Fri Oct 25 07:50:35 2002
+++ php4/ext/iconv/iconv.c      Sat Oct 26 03:49:46 2002
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: iconv.c,v 1.55 2002/10/25 11:50:35 helly Exp $ */
+/* $Id: iconv.c,v 1.56 2002/10/26 07:49:46 moriyoshi Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -160,7 +160,7 @@
        zval_dtor(&iconv_impl);
        zval_dtor(&iconv_ver);
 }
-#
+
 #define PHP_ICONV_CONVERTER                    1
 #define PHP_ICONV_WRONG_CHARSET                2
 #define PHP_ICONV_TOO_BIG                      3



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

Reply via email to