diff options
Diffstat (limited to 'gtk/line-arrow.xbm')
-rw-r--r-- | gtk/line-arrow.xbm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/line-arrow.xbm b/gtk/line-arrow.xbm index 493ecf325d..bd110aa83b 100644 --- a/gtk/line-arrow.xbm +++ b/gtk/line-arrow.xbm @@ -1,4 +1,4 @@ #define line_arrow_width 6 #define line_arrow_height 9 -static unsigned char line_arrow_bits[] = { +static const unsigned char line_arrow_bits[] = { 0x00, 0x00, 0x04, 0x0c, 0x18, 0x3f, 0x18, 0x0c, 0x04}; |