summaryrefslogtreecommitdiff
path: root/image
diff options
context:
space:
mode:
Diffstat (limited to 'image')
-rw-r--r--image/jpeg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/image/jpeg.h b/image/jpeg.h
index c20678537..5acc4b75c 100644
--- a/image/jpeg.h
+++ b/image/jpeg.h
@@ -16,6 +16,7 @@ struct bitmap;
struct content;
struct content_jpeg_data {
+ int dummy; /* NOT USED but to satisfy Norcroft */
};
bool nsjpeg_convert(struct content *c, int width, int height);