From e25c754918ae26e8b9e68a47bc1af36248e91800 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 12 Jul 2019 09:18:14 +0200 Subject: New upstream version 6.9.2 --- src/big5.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/big5.c') diff --git a/src/big5.c b/src/big5.c index f931ade..ff8bd3b 100644 --- a/src/big5.c +++ b/src/big5.c @@ -102,7 +102,7 @@ big5_mbc_case_fold(OnigCaseFoldType flag, const UChar** pp, const UChar* end, #if 0 static int big5_is_mbc_ambiguous(OnigCaseFoldType flag, - const UChar** pp, const UChar* end) + const UChar** pp, const UChar* end) { return onigenc_mbn_is_mbc_ambiguous(ONIG_ENCODING_BIG5, flag, pp, end); } @@ -148,8 +148,8 @@ big5_left_adjust_char_head(const UChar* start, const UChar* s) if (BIG5_ISMB_TRAIL(*p)) { while (p > start) { if (! BIG5_ISMB_FIRST(*--p)) { - p++; - break; + p++; + break; } } } -- cgit v1.2.3