diff options
Diffstat (limited to 'src/slowarrow.h')
| -rw-r--r-- | src/slowarrow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slowarrow.h b/src/slowarrow.h index 46a572c97..4ad428aca 100644 --- a/src/slowarrow.h +++ b/src/slowarrow.h @@ -1,6 +1,6 @@ #define slowarrow_width 16 #define slowarrow_height 16 -static unsigned char slowarrow_bits[] = { +static const unsigned char slowarrow_bits[] = { 0x40, 0x00, 0x40, 0x00, 0x60, 0x00, 0x60, 0x00, 0xf0, 0x0f, 0x60, 0x00, 0x60, 0x00, 0x40, 0x02, 0x40, 0x02, 0x00, 0x06, 0x00, 0x06, 0xf0, 0x0f, 0x00, 0x06, 0x00, 0x06, 0x00, 0x02, 0x00, 0x02}; |
