diff options
Diffstat (limited to 'source/fitz/load-tiff.c')
-rw-r--r-- | source/fitz/load-tiff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/fitz/load-tiff.c b/source/fitz/load-tiff.c index 404af929..5bdd2a58 100644 --- a/source/fitz/load-tiff.c +++ b/source/fitz/load-tiff.c @@ -1163,7 +1163,7 @@ tiff_decode_ifd(fz_context *ctx, struct tiff *tiff) tiff->stride = (tiff->imagewidth * tiff->samplesperpixel * tiff->bitspersample + 7) / 8; tiff->tilestride = (tiff->tilewidth * tiff->samplesperpixel * tiff->bitspersample + 7) / 8; -#if FZ_ENALBE_ICC +#if FZ_ENABLE_ICC if (tiff->profile) { fz_buffer *buff = NULL; |