summaryrefslogtreecommitdiff
path: root/image/jpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'image/jpeg.c')
-rw-r--r--image/jpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/image/jpeg.c b/image/jpeg.c
index ec2e62899..d49d49a4c 100644
--- a/image/jpeg.c
+++ b/image/jpeg.c
@@ -81,7 +81,7 @@ bool nsjpeg_convert(struct content *c, int w, int h)
unsigned int height;
unsigned int width;
struct bitmap *bitmap = NULL;
- char *pixels = NULL;
+ uint8_t *pixels = NULL;
size_t rowstride;
union content_msg_data msg_data;