This commit is contained in:
Andrew Murray 2015-12-03 13:54:37 +00:00
commit 9fc0bc695c

View File

@ -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;