From e223757e3504586f8c260991b81f8f62c3b75ffc Mon Sep 17 00:00:00 2001 From: John Tytgat Date: Sat, 4 Sep 2004 14:37:57 +0000 Subject: [project @ 2004-09-04 14:37:57 by joty] Norcroft compile fixes. svn path=/import/netsurf/; revision=1267 --- image/jpeg.h | 1 + 1 file changed, 1 insertion(+) (limited to 'image/jpeg.h') 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); -- cgit v1.2.3