summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorTomaž Vajngerl <quikee@gmail.com>2013-04-21 14:01:40 +0200
committerTomaž Vajngerl <quikee@gmail.com>2013-04-21 21:55:45 +0200
commit6c7e476ae6b6ff56b81ff19ef7dd0e8a9083a257 (patch)
tree1624d449acadb1eb22c043257f35692c2f926c47 /vcl
parent56b61a3a92e91d5814076ea66bd16fca98ecbd9b (diff)
Regster rotate left, right menu items.
Change-Id: I64340da256a9ee66b13870854ccdccacaaf4f0d2
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/filter/jpeg/transupp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/source/filter/jpeg/transupp.c b/vcl/source/filter/jpeg/transupp.c
index 24b766746f61..fd2ff37eb257 100644
--- a/vcl/source/filter/jpeg/transupp.c
+++ b/vcl/source/filter/jpeg/transupp.c
@@ -1593,6 +1593,8 @@ jcopy_markers_execute (j_decompress_ptr srcinfo, j_compress_ptr dstinfo,
* But to avoid confusion, we do not output JFIF and Adobe APP14 markers
* if the encoder library already wrote one.
*/
+ if (option) {}
+
for (marker = srcinfo->marker_list; marker != NULL; marker = marker->next) {
if (dstinfo->write_JFIF_header &&
marker->marker == JPEG_APP0 &&