diff options
Diffstat (limited to 'third_party/lcms/src/cmswtpnt.c')
-rw-r--r-- | third_party/lcms/src/cmswtpnt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/lcms/src/cmswtpnt.c b/third_party/lcms/src/cmswtpnt.c index c6b612584b..6df2321de3 100644 --- a/third_party/lcms/src/cmswtpnt.c +++ b/third_party/lcms/src/cmswtpnt.c @@ -102,7 +102,7 @@ typedef struct { } ISOTEMPERATURE; -static ISOTEMPERATURE isotempdata[] = { +static const ISOTEMPERATURE isotempdata[] = { // {Mirek, Ut, Vt, Tt } {0, 0.18006, 0.26352, -0.24341}, {10, 0.18066, 0.26589, -0.25479}, |