From 798aaf5adcc326ff96823be918452f01a29e0449 Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Wed, 12 Oct 2016 11:44:35 +0100 Subject: Change code from using bandheight to using band_height. Keep to our naming conventions. --- source/fitz/halftone.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/fitz/halftone.c') diff --git a/source/fitz/halftone.c b/source/fitz/halftone.c index 02353e76..0bc1dc98 100644 --- a/source/fitz/halftone.c +++ b/source/fitz/halftone.c @@ -509,7 +509,7 @@ static int gcd(int u, int v) while (1); } -fz_bitmap *fz_new_bitmap_from_pixmap_band(fz_context *ctx, fz_pixmap *pix, fz_halftone *ht, int band_start, int bandheight) +fz_bitmap *fz_new_bitmap_from_pixmap_band(fz_context *ctx, fz_pixmap *pix, fz_halftone *ht, int band_start, int band_height) { fz_bitmap *out = NULL; unsigned char *ht_line = NULL; -- cgit v1.2.3