diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-12-10 21:39:53 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-12-10 21:39:53 +0000 |
commit | 14ee65b66a71fd8e9f873986305b78b135f0472c (patch) | |
tree | 9d6b1f93b0a4443bccb65397c06f20456feaf14e /gtk/line-wrap.xbm | |
parent | 329c090ec18cf162db9d09b98f007f8979238116 (diff) | |
download | gtk+-14ee65b66a71fd8e9f873986305b78b135f0472c.tar.gz |
Data constness fixes. (#75754)
Diffstat (limited to 'gtk/line-wrap.xbm')
-rw-r--r-- | gtk/line-wrap.xbm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/line-wrap.xbm b/gtk/line-wrap.xbm index 82428037d9..1e2220e3c2 100644 --- a/gtk/line-wrap.xbm +++ b/gtk/line-wrap.xbm @@ -1,4 +1,4 @@ #define line_wrap_width 6 #define line_wrap_height 9 -static unsigned char line_wrap_bits[] = { +static const unsigned char line_wrap_bits[] = { 0x1e, 0x3e, 0x30, 0x30, 0x39, 0x1f, 0x0f, 0x0f, 0x1f, }; |