summaryrefslogtreecommitdiff
path: root/iconvdata/euccn.c
diff options
context:
space:
mode:
Diffstat (limited to 'iconvdata/euccn.c')
-rw-r--r--iconvdata/euccn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iconvdata/euccn.c b/iconvdata/euccn.c
index 7ab670f9f5..89b8f48ebb 100644
--- a/iconvdata/euccn.c
+++ b/iconvdata/euccn.c
@@ -54,7 +54,7 @@
{ \
/* Two or more byte character. First test whether the \
next character is also available. */ \
- const char *endp; \
+ const unsigned char *endp; \
\
if (NEED_LENGTH_TEST && inptr + 1 >= inend) \
{ \