summaryrefslogtreecommitdiff
path: root/third_party/lcms/src/cmswtpnt.c
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-04-13 20:38:37 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-04-13 20:38:37 +0000
commitb71d24c1affe8648963ba5024b62e5dbf4479ae2 (patch)
treef7768f4484091b2f69905abc09316f3b8279b1d9 /third_party/lcms/src/cmswtpnt.c
parentaf2ee2cc2e41709df7afc8f49f11ed2e8cf6dedf (diff)
downloadpdfium-b71d24c1affe8648963ba5024b62e5dbf4479ae2.tar.xz
Patch lcms to mark data structures as const.chromium/3397
BUG=pdfium:1015 Change-Id: I6b49d4a63fa197b489f6ff2a6920b7e65bb1279d Reviewed-on: https://pdfium-review.googlesource.com/30672 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'third_party/lcms/src/cmswtpnt.c')
-rw-r--r--third_party/lcms/src/cmswtpnt.c2
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},