From 0d0127fbfbdecce3f6774c5e7b987b57e2b13b07 Mon Sep 17 00:00:00 2001 From: Moriyoshi Koizumi Date: Sat, 4 Jan 2003 13:52:54 +0000 Subject: [PATCH] Fixed cut'n'paste failure --- 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 d461ca4f4d..c9a73f9e23 100644 --- a/ext/iconv/iconv.c +++ b/ext/iconv/iconv.c @@ -1221,7 +1221,7 @@ static php_iconv_err_t _php_iconv_mime_encode(smart_str *pretval, const char *fn goto out; } - } break; /* case PHP_ICONV_ENC_SCHEME_BASE64: */ + } break; /* case PHP_ICONV_ENC_SCHEME_QPRINT: */ } } while (in_left > 0); -- 2.50.1