summaryrefslogtreecommitdiff
path: root/image/jpeg.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2004-10-05 14:36:44 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2004-10-05 14:36:44 +0000
commit93f8d3badcfb5e25fb3941a49b3a1be860ee1f31 (patch)
treedeee612f2a434017021046d2caa98b87d4eea996 /image/jpeg.c
parent60949d1aee553cfd1816517b987246f54530d62c (diff)
downloadnetsurf-93f8d3badcfb5e25fb3941a49b3a1be860ee1f31.tar.gz
netsurf-93f8d3badcfb5e25fb3941a49b3a1be860ee1f31.tar.bz2
[project @ 2004-10-05 14:36:44 by jmb]
Lose RISC OS specific includes from GIF code. Fix jpegs for the gtk build. Allow use of gifs in gtk build. svn path=/import/netsurf/; revision=1303
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 01c075d4b..f607ebb14 100644
--- a/image/jpeg.c
+++ b/image/jpeg.c
@@ -121,7 +121,7 @@ bool nsjpeg_convert(struct content *c, int w, int h)
scanlines[0][i * 4 + 0] = r;
scanlines[0][i * 4 + 1] = g;
scanlines[0][i * 4 + 2] = b;
-/* scanlines[0][i * 4 + 3] = 0xff; */
+ scanlines[0][i * 4 + 3] = 0xff;
}
#endif
} while (cinfo.output_scanline != cinfo.output_height);