mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-10 00:20:57 +03:00
Fix typo
This commit is contained in:
parent
6e86d235c8
commit
c5e9de15b1
|
@ -721,7 +721,7 @@ j2k_decode_entry(Imaging im, ImagingCodecState state)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Sometimes the tile_info.datasize we get back from openjpeg
|
/* Sometimes the tile_info.datasize we get back from openjpeg
|
||||||
is is less than numcomps*w*h, and we overflow in the
|
is less than numcomps*w*h, and we overflow in the
|
||||||
shuffle stage */
|
shuffle stage */
|
||||||
|
|
||||||
tile_width = tile_info.x1 - tile_info.x0;
|
tile_width = tile_info.x1 - tile_info.x0;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user