summaryrefslogtreecommitdiff
path: root/jcmaster.c
diff options
context:
space:
mode:
authorDRC <information@libjpeg-turbo.org>2016-02-19 10:35:09 -0600
committerDRC <information@libjpeg-turbo.org>2016-02-19 10:35:09 -0600
commite621dfc508e8093852f2294b7e421116ffed1d77 (patch)
tree7974d26a10d60c84aec54f3ef4cef80370f2f5a6 /jcmaster.c
parent9100b67a75dc8d8bb6b819ac853037f75bddfdbf (diff)
More minor code formatting tweaks
Diffstat (limited to 'jcmaster.c')
-rw-r--r--jcmaster.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/jcmaster.c b/jcmaster.c
index e715f0b..d1e1ba7 100644
--- a/jcmaster.c
+++ b/jcmaster.c
@@ -603,7 +603,7 @@ jinit_c_master_control (j_compress_ptr cinfo, boolean transcode_only)
cinfo->num_scans = 1;
}
- if (cinfo->progressive_mode && !cinfo->arith_code) /* TEMPORARY HACK ??? */
+ if (cinfo->progressive_mode && !cinfo->arith_code) /* TEMPORARY HACK ??? */
cinfo->optimize_coding = TRUE; /* assume default tables no good for progressive mode */
/* Initialize my private state */