summaryrefslogtreecommitdiff
path: root/image/jpeg.c
diff options
context:
space:
mode:
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);