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/utf32_le.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/utf32_le.c') diff --git a/src/utf32_le.c b/src/utf32_le.c index 22e007c..d9fe3c6 100644 --- a/src/utf32_le.c +++ b/src/utf32_le.c @@ -90,7 +90,7 @@ utf32le_code_to_mbc(OnigCodePoint code, UChar *buf) static int utf32le_mbc_case_fold(OnigCaseFoldType flag, - const UChar** pp, const UChar* end, UChar* fold) + const UChar** pp, const UChar* end, UChar* fold) { const UChar* p = *pp; @@ -168,7 +168,7 @@ utf32le_get_case_fold_codes_by_str(OnigCaseFoldType flag, const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) { return onigenc_unicode_get_case_fold_codes_by_str(ONIG_ENCODING_UTF32_LE, - flag, p, end, items); + flag, p, end, items); } OnigEncodingType OnigEncodingUTF32_LE = { -- cgit v1.2.3