summaryrefslogtreecommitdiff
path: root/image/mng.c
diff options
context:
space:
mode:
Diffstat (limited to 'image/mng.c')
-rw-r--r--image/mng.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/image/mng.c b/image/mng.c
index d6902f4e9..fe0804976 100644
--- a/image/mng.c
+++ b/image/mng.c
@@ -202,7 +202,7 @@ mng_bool nsmng_closestream(mng_handle mng) {
mng_bool nsmng_processheader(mng_handle mng, mng_uint32 width, mng_uint32 height) {
struct content *c;
union content_msg_data msg_data;
- char *buffer;
+ uint8_t *buffer;
assert(mng != NULL);