summaryrefslogtreecommitdiff
path: root/image/jpeg.h
diff options
context:
space:
mode:
authorJohn Tytgat <joty@netsurf-browser.org>2004-09-04 14:37:57 +0000
committerJohn Tytgat <joty@netsurf-browser.org>2004-09-04 14:37:57 +0000
commite223757e3504586f8c260991b81f8f62c3b75ffc (patch)
treeb83c684277606e6a3d09a5779724ab2ae7201508 /image/jpeg.h
parenta9e62d78f7cafb1d40776362e2efae00d1ec0a7e (diff)
downloadnetsurf-e223757e3504586f8c260991b81f8f62c3b75ffc.tar.gz
netsurf-e223757e3504586f8c260991b81f8f62c3b75ffc.tar.bz2
[project @ 2004-09-04 14:37:57 by joty]
Norcroft compile fixes. svn path=/import/netsurf/; revision=1267
Diffstat (limited to 'image/jpeg.h')
-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);