summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/libjpeg/jpegtran.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libjpeg/jpegtran.c')
-rw-r--r--src/lib/libjpeg/jpegtran.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/libjpeg/jpegtran.c b/src/lib/libjpeg/jpegtran.c
index f68e529d318..02f3f062dfa 100644
--- a/src/lib/libjpeg/jpegtran.c
+++ b/src/lib/libjpeg/jpegtran.c
@@ -344,7 +344,6 @@ parse_switches (j_compress_ptr cinfo, int argc, char **argv,
/* Post-switch-scanning cleanup */
if (for_real) {
-
#ifdef C_PROGRESSIVE_SUPPORTED
if (simple_progressive) /* process -progressive; -scans can override */
jpeg_simple_progression(cinfo);