From 6537b7b21a1588c9acec9c4d290e1fafe4ca2925 Mon Sep 17 00:00:00 2001 From: Moriyoshi Koizumi Date: Sat, 26 Oct 2002 07:49:46 +0000 Subject: [PATCH] Fixed typo... what did this "#" sign mean? --- ext/iconv/iconv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0