Skip to content

Commit 694c84f

Browse files
hugovkradarhere
andauthored
Fix typo [ci skip]
Co-authored-by: Andrew Murray <[email protected]>
1 parent 8febdad commit 694c84f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libImaging/Jpeg2KDecode.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ j2k_decode_entry(Imaging im, ImagingCodecState state) {
829829

830830
/* Total component width = sum (component_width) e.g, it's
831831
legal for an la file to have a 1 byte width for l, and 4 for
832-
a. and then a malicious file could have a smaller tile_bytes
832+
a, and then a malicious file could have a smaller tile_bytes
833833
*/
834834

835835
for (n=0; n < tile_info.nb_comps; n++) {

0 commit comments

Comments
 (0)