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 012301d98..5498d0528 100644
--- a/image/mng.c
+++ b/image/mng.c
@@ -267,7 +267,7 @@ mng_bool nsmng_processheader(mng_handle mng, mng_uint32 width,
*/
-bool nsmng_process_data(struct content *c, char *data, unsigned int size)
+bool nsmng_process_data(struct content *c, const char *data, unsigned int size)
{
mng_retcode status;