diff options
author | DRC <information@libjpeg-turbo.org> | 2016-02-19 10:35:09 -0600 |
---|---|---|
committer | DRC <information@libjpeg-turbo.org> | 2016-02-19 10:35:09 -0600 |
commit | e621dfc508e8093852f2294b7e421116ffed1d77 (patch) | |
tree | 7974d26a10d60c84aec54f3ef4cef80370f2f5a6 /jcmaster.c | |
parent | 9100b67a75dc8d8bb6b819ac853037f75bddfdbf (diff) |
More minor code formatting tweaks
Diffstat (limited to 'jcmaster.c')
-rw-r--r-- | jcmaster.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |