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