Fix [-Wduplicated-cond] in MBString extension

This commit is contained in:
George Peter Banyard 2020-09-23 23:58:11 +01:00
parent cfba35c5ad
commit fd1672a7f3

View File

@ -319,8 +319,6 @@ mbfl_filt_conv_wchar_eucjpwin(int c, mbfl_convert_filter *filter)
s1 = 0x2172;
} else if (c == 0xffe2) { /* FULLWIDTH NOT SIGN */
s1 = 0x224c;
} else if (c == 0xff5e) { /* FULLWIDTH TILDE */
s1 = 0x2141;
} else {
s1 = -1;
c1 = 0;