From f04ff9cf7f22f9a34f6e9ed1d8159fe67eb2c79d Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 6 Dec 2004 18:08:20 +0100 Subject: xref parse workaround. font config messing. shade cleanup. --- render/optunpack.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'render/optunpack.c') diff --git a/render/optunpack.c b/render/optunpack.c index 1c77a787..0885c293 100644 --- a/render/optunpack.c +++ b/render/optunpack.c @@ -8,8 +8,8 @@ typedef unsigned char byte; static void decodetile(fz_pixmap *pix, int skip, float *decode) { - int min[FZ_MAXCOLORS]; - int max[FZ_MAXCOLORS]; + int min[FZ_MAXCOLORS]; + int max[FZ_MAXCOLORS]; int sub[FZ_MAXCOLORS]; int useless = 1; byte *p = pix->samples; -- cgit v1.2.3