From: Moriyoshi Koizumi Date: Sat, 26 Oct 2002 07:49:46 +0000 (+0000) Subject: Fixed typo... what did this "#" sign mean? X-Git-Tag: php-4.3.0pre2~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6537b7b21a1588c9acec9c4d290e1fafe4ca2925;p=php Fixed typo... what did this "#" sign mean? --- diff --git a/ext/iconv/iconv.c b/ext/iconv/iconv.c index f65c512ed2..0d9bc4993d 100644 --- a/ext/iconv/iconv.c +++ b/ext/iconv/iconv.c @@ -160,7 +160,7 @@ PHP_MINFO_FUNCTION(miconv) 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