Fixed typo

This commit is contained in:
Andrew Murray 2015-12-04 00:49:56 +11:00
parent 7062b43466
commit 86f3ae4030

View File

@ -35,7 +35,7 @@ typedef struct {
int ifd; /* offset of the ifd, used for multipage */ int ifd; /* offset of the ifd, used for multipage */
TIFF *tiff; /* Used in write */ TIFF *tiff; /* Used in write */
toff_t eof; toff_t eof;
int flrealloc; /* may we realloc */ int flrealloc; /* may be realloc */
} TIFFSTATE; } TIFFSTATE;