summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/pdfium/third_party/lcms/src/cmsalpha.c
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/pdfium/third_party/lcms/src/cmsalpha.c')
-rw-r--r--chromium/third_party/pdfium/third_party/lcms/src/cmsalpha.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/pdfium/third_party/lcms/src/cmsalpha.c b/chromium/third_party/pdfium/third_party/lcms/src/cmsalpha.c
index 7d6aa345f4b..566f5fe9b7a 100644
--- a/chromium/third_party/pdfium/third_party/lcms/src/cmsalpha.c
+++ b/chromium/third_party/pdfium/third_party/lcms/src/cmsalpha.c
@@ -252,7 +252,7 @@ int FormatterPos(cmsUInt32Number frm)
static
cmsFormatterAlphaFn _cmsGetFormatterAlpha(cmsContext id, cmsUInt32Number in, cmsUInt32Number out)
{
-static cmsFormatterAlphaFn FormattersAlpha[5][5] = {
+static const cmsFormatterAlphaFn FormattersAlpha[5][5] = {
/* from 8 */ { copy8, from8to16, from8toHLF, from8toFLT, from8toDBL },
/* from 16*/ { from16to8, copy16, from16toHLF, from16toFLT, from16toDBL },