summaryrefslogtreecommitdiff
path: root/enc/cp949.c
diff options
context:
space:
mode:
Diffstat (limited to 'enc/cp949.c')
-rw-r--r--enc/cp949.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/enc/cp949.c b/enc/cp949.c
index b551b04997..009443aed4 100644
--- a/enc/cp949.c
+++ b/enc/cp949.c
@@ -130,9 +130,9 @@ cp949_mbc_enc_len(const UChar* p, const UChar* e, OnigEncoding enc ARG_UNUSED)
}
static OnigCodePoint
-cp949_mbc_to_code(const UChar* p, const UChar* end, int *precise_ret, OnigEncoding enc)
+cp949_mbc_to_code(const UChar* p, const UChar* end, OnigEncoding enc)
{
- return onigenc_mbn_mbc_to_code(enc, p, end, precise_ret);
+ return onigenc_mbn_mbc_to_code(enc, p, end);
}
static int