slight formatting improvement

This commit is contained in:
John Cupitt 2020-12-29 13:29:27 +00:00
parent 0982d0efbb
commit 7a1fb2a627
1 changed files with 1 additions and 0 deletions

View File

@ -253,6 +253,7 @@ source_fill_input_buffer( j_decompress_ptr cinfo )
ERREXIT( cinfo, JERR_INPUT_EOF );
else
WARNMS( cinfo, JWRN_JPEG_EOF );
src->pub.next_input_byte = eoi_buffer;
src->pub.bytes_in_buffer = 2;
}