Added braces

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
Andrew Murray 2020-05-11 07:19:52 +10:00 committed by GitHub
parent c1d9931adc
commit 9f2773b3f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -277,8 +277,9 @@ ImagingJpegEncode(Imaging im, ImagingCodecState state, UINT8* buf, int bytes)
} else {
break;
}
} else
} else {
state->state++;
}
case 4:
if (1024 > context->destination.pub.free_in_buffer){