mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-10 07:14:46 +03:00
Fixed typo
This commit is contained in:
parent
7062b43466
commit
86f3ae4030
|
@ -35,7 +35,7 @@ typedef struct {
|
|||
int ifd; /* offset of the ifd, used for multipage */
|
||||
TIFF *tiff; /* Used in write */
|
||||
toff_t eof;
|
||||
int flrealloc; /* may we realloc */
|
||||
int flrealloc; /* may be realloc */
|
||||
} TIFFSTATE;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user