summaryrefslogtreecommitdiff
path: root/src/fe-text/utf8.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fe-text/utf8.c')
-rw-r--r--src/fe-text/utf8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-text/utf8.c b/src/fe-text/utf8.c
index 8a2f2a8b..2d72fe2b 100644
--- a/src/fe-text/utf8.c
+++ b/src/fe-text/utf8.c
@@ -105,7 +105,7 @@ int strlen_utf8(const char *str)
return len;
}
-int utf16_char_to_utf8(unichar c, unsigned char *outbuf)
+int utf16_char_to_utf8(unichar c, char *outbuf)
{
int len, i, first;