mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
commit
20329f31bc
|
@ -169,7 +169,8 @@ ImagingGifEncode(Imaging im, ImagingCodecState state, UINT8 *buf, int bytes) {
|
|||
|
||||
ptr = buf;
|
||||
|
||||
for (;;) switch (state->state) {
|
||||
for (;;) {
|
||||
switch (state->state) {
|
||||
case INIT:
|
||||
case ENCODE:
|
||||
|
||||
|
@ -319,4 +320,5 @@ ImagingGifEncode(Imaging im, ImagingCodecState state, UINT8 *buf, int bytes) {
|
|||
state->state = ENCODE;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user