aboutsummaryrefslogtreecommitdiffstats
path: root/enc/big5.c
diff options
context:
space:
mode:
Diffstat (limited to 'enc/big5.c')
-rw-r--r--enc/big5.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/enc/big5.c b/enc/big5.c
index 825051c519..9993f472e1 100644
--- a/enc/big5.c
+++ b/enc/big5.c
@@ -108,9 +108,9 @@ big5_mbc_enc_len(const UChar* p, const UChar* e, OnigEncoding enc ARG_UNUSED)
}
static OnigCodePoint
-big5_mbc_to_code(const UChar* p, const UChar* end, int *precise_ret, OnigEncoding enc)
+big5_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