diff options
Diffstat (limited to 'oclmask.bit')
-rw-r--r-- | oclmask.bit | 2 |
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, |