summaryrefslogtreecommitdiff
path: root/riscos/jpeg.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/jpeg.h')
-rw-r--r--riscos/jpeg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/jpeg.h b/riscos/jpeg.h
index 092840e73..12a567755 100644
--- a/riscos/jpeg.h
+++ b/riscos/jpeg.h
@@ -11,7 +11,7 @@
struct content;
struct content_jpeg_data {
- char *data;
+ void *data;
unsigned long length;
};