diff options
Diffstat (limited to 'contrib/gregbook/readpng2.c')
-rw-r--r-- | contrib/gregbook/readpng2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gregbook/readpng2.c b/contrib/gregbook/readpng2.c index 5d13e1530..610b3cd87 100644 --- a/contrib/gregbook/readpng2.c +++ b/contrib/gregbook/readpng2.c @@ -146,7 +146,7 @@ int readpng2_init(mainprog_info *mainprog_ptr) /* These byte strings were copied from png.h. If a future version * of readpng2.c recognizes more chunks, add them to this list. */ - static PNG_CONST png_byte chunks_to_process[] = { + static const png_byte chunks_to_process[] = { 98, 75, 71, 68, '\0', /* bKGD */ 103, 65, 77, 65, '\0', /* gAMA */ 115, 82, 71, 66, '\0', /* sRGB */ |