summaryrefslogtreecommitdiff
path: root/src/euc_jp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/euc_jp.c')
-rw-r--r--src/euc_jp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/euc_jp.c b/src/euc_jp.c
index ae8c2fe..5d3c1f9 100644
--- a/src/euc_jp.c
+++ b/src/euc_jp.c
@@ -236,7 +236,7 @@ property_name_to_ctype(OnigEncoding enc, UChar* p, UChar* end)
if (len < sizeof(q) - 1) {
xmemcpy(q, p, (size_t )len);
q[len] = '\0';
- pc = euc_jp_lookup_property_name(q, len);
+ pc = onigenc_euc_jp_lookup_property_name(q, len);
if (pc != 0)
return pc->ctype;
}