summaryrefslogtreecommitdiff
path: root/render/optunpack.c
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2004-12-06 18:08:20 +0100
committerTor Andersson <tor@ghostscript.com>2004-12-06 18:08:20 +0100
commitf04ff9cf7f22f9a34f6e9ed1d8159fe67eb2c79d (patch)
treedd43cdef26db51a5ee7edc232b7406721cce2edf /render/optunpack.c
parent6162dc43d376fce8906160d51e3ab076d83632aa (diff)
downloadmupdf-f04ff9cf7f22f9a34f6e9ed1d8159fe67eb2c79d.tar.xz
xref parse workaround. font config messing. shade cleanup.
Diffstat (limited to 'render/optunpack.c')
-rw-r--r--render/optunpack.c4
1 files changed, 2 insertions, 2 deletions
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;