summaryrefslogtreecommitdiff
path: root/enc/utf16_le.c
diff options
context:
space:
mode:
Diffstat (limited to 'enc/utf16_le.c')
-rw-r--r--enc/utf16_le.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/enc/utf16_le.c b/enc/utf16_le.c
index 7b50b8481a..f16a7cdca5 100644
--- a/enc/utf16_le.c
+++ b/enc/utf16_le.c
@@ -218,7 +218,7 @@ utf16le_get_case_fold_codes_by_str(OnigCaseFoldType flag,
flag, p, end, items);
}
-OnigEncodingType OnigEncodingUTF16_LE = {
+OnigEncodingDefine(utf16_le, UTF16_LE) = {
utf16le_mbc_enc_len,
"UTF-16LE", /* name */
4, /* max byte length */