From fb0d12c6b39410bb7812e8b764fa0aa9dfd96049 Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Fri, 20 May 2016 13:07:38 +0100 Subject: Fix typo. --- source/fitz/image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/fitz') diff --git a/source/fitz/image.c b/source/fitz/image.c index 63fed0bc..8491e0ba 100644 --- a/source/fitz/image.c +++ b/source/fitz/image.c @@ -478,7 +478,7 @@ fz_get_pixmap_from_image(fz_context *ctx, fz_image *image, const fz_irect *subar w = image->w; h = sqrtf(ctm->c * ctm->c + ctm->d * ctm->d); if (h > image->h) - w = image->h; + h = image->h; } else { -- cgit v1.2.3