diff options
author | Tor Andersson <tor@ghostscript.com> | 2004-12-06 18:08:20 +0100 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2004-12-06 18:08:20 +0100 |
commit | f04ff9cf7f22f9a34f6e9ed1d8159fe67eb2c79d (patch) | |
tree | dd43cdef26db51a5ee7edc232b7406721cce2edf /render/optunpack.c | |
parent | 6162dc43d376fce8906160d51e3ab076d83632aa (diff) | |
download | mupdf-f04ff9cf7f22f9a34f6e9ed1d8159fe67eb2c79d.tar.xz |
xref parse workaround. font config messing. shade cleanup.
Diffstat (limited to 'render/optunpack.c')
-rw-r--r-- | render/optunpack.c | 4 |
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; |