diff options
Diffstat (limited to 'fitz')
-rw-r--r-- | fitz/fitz.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fitz/fitz.h b/fitz/fitz.h index 5cff40b8..f8bef4c3 100644 --- a/fitz/fitz.h +++ b/fitz/fitz.h @@ -900,7 +900,7 @@ struct fz_shade_s float background[FZ_MAXCOLORS]; int usefunction; - float function[256][FZ_MAXCOLORS]; + float function[256][FZ_MAXCOLORS + 1]; int type; /* linear, radial, mesh */ int extend[2]; |