From 0805c1add0e3fc951d16c27d3837bc5123842303 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 21 Dec 2016 17:41:59 +0100 Subject: Strip extraneous blank lines. --- source/fitz/image.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/fitz/image.c') diff --git a/source/fitz/image.c b/source/fitz/image.c index 2d18a87b..c7bbb3ad 100644 --- a/source/fitz/image.c +++ b/source/fitz/image.c @@ -500,7 +500,6 @@ pixmap_image_get_pixmap(fz_context *ctx, fz_image *image_, fz_irect *subarea, in * a pointer to the original 'tile'. */ return fz_keep_pixmap(ctx, image->tile); /* That's all we can give you! */ - } static void -- cgit v1.2.3