From b452d9b91c9eb78db4429cc1ae161b6d4093a6e5 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Mon, 7 Dec 2015 00:12:33 +0000 Subject: [PATCH] * libtiff/uvcode.h: const'ify uv_code array --- ChangeLog | 4 ++++ libtiff/uvcode.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 25184bad..db8f5534 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-12-06 Even Rouault + + * libtiff/uvcode.h: const'ify uv_code array + 2015-12-06 Even Rouault * libtiff/tif_dirinfo.c: const'ify tiffFields, exifFields, diff --git a/libtiff/uvcode.h b/libtiff/uvcode.h index 50f11d7e..6286cfbb 100644 --- a/libtiff/uvcode.h +++ b/libtiff/uvcode.h @@ -3,7 +3,7 @@ #define UV_NDIVS 16289 #define UV_VSTART (float)0.016940 #define UV_NVS 163 -static struct { +static const struct { float ustart; short nus, ncum; } uv_row[UV_NVS] = {