Skip to content

Commit 9f2773b

Browse files
radarherehugovk
andauthored
Added braces
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
1 parent c1d9931 commit 9f2773b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/libImaging/JpegEncode.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,9 @@ ImagingJpegEncode(Imaging im, ImagingCodecState state, UINT8* buf, int bytes)
277277
} else {
278278
break;
279279
}
280-
} else
280+
} else {
281281
state->state++;
282+
}
282283

283284
case 4:
284285
if (1024 > context->destination.pub.free_in_buffer){

0 commit comments

Comments
 (0)