summaryrefslogtreecommitdiff
path: root/enc/emacs_mule.c
diff options
context:
space:
mode:
Diffstat (limited to 'enc/emacs_mule.c')
-rw-r--r--enc/emacs_mule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/enc/emacs_mule.c b/enc/emacs_mule.c
index e97bb6aedd..be7f842259 100644
--- a/enc/emacs_mule.c
+++ b/enc/emacs_mule.c
@@ -293,7 +293,7 @@ mbc_case_fold(OnigCaseFoldType flag,
}
static UChar*
-left_adjust_char_head(const UChar* start, const UChar* s, OnigEncoding enc)
+left_adjust_char_head(const UChar* start, const UChar* s, const UChar* end, OnigEncoding enc)
{
const UChar *p;