summaryrefslogtreecommitdiff
path: root/oclmask.bit
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-08-13 16:17:55 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-08-13 16:22:46 -0700
commit6d55831ae7d1c27a6f4851449b830c248b693bfe (patch)
tree5347bed42f210d489e88b4069510d0a8325c8807 /oclmask.bit
parent88045db6c44a118e96d1f76e7ba4e636d47101fc (diff)
Declare bitmap data as const
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'oclmask.bit')
-rw-r--r--oclmask.bit2
1 files changed, 1 insertions, 1 deletions
diff --git a/oclmask.bit b/oclmask.bit
index 19fb3ca..41b50f2 100644
--- a/oclmask.bit
+++ b/oclmask.bit
@@ -1,6 +1,6 @@
#define oclmask_width 32
#define oclmask_height 32
-static unsigned char oclmask_bits[] = {
+static const unsigned char oclmask_bits[] = {
0x00, 0xf0, 0x07, 0x00, 0x00, 0xfe, 0x3f, 0x00, 0x80, 0xff, 0xff, 0x00,
0xc0, 0xff, 0xff, 0x01, 0xe0, 0xff, 0xff, 0x03, 0xf0, 0xff, 0xff, 0x07,
0xf8, 0xff, 0xff, 0x0f, 0xfc, 0xff, 0xff, 0x1f, 0xfc, 0xff, 0xff, 0x1f,