diff options
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; |