summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--singlebytecodec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/singlebytecodec.c b/singlebytecodec.c
index 0faf2e3..a0c099b 100644
--- a/singlebytecodec.c
+++ b/singlebytecodec.c
@@ -65,7 +65,7 @@ sbcs_decode(SingleByteCodecState *state,
uc_char_t **outbuf,
size_t outleft)
{
- const unsigned char **uinbuf = (const unsigned char **)inbuf;
+ const uc_uint8_t **uinbuf = (const uc_uint8_t **)inbuf;
for (; inleft; inleft--, outleft--)
{