summaryrefslogtreecommitdiff
path: root/src/tile.xpm
diff options
context:
space:
mode:
authorLauri Kasanen <cand@gmx.com>2014-08-21 12:16:40 +0000
committerLauri Kasanen <cand@gmx.com>2014-08-21 12:16:40 +0000
commitc706d3c101cc3e159fea95c54a044d26ba9b3649 (patch)
treee7e3dc0757a271e290e629ff11f60194c5d4b71c /src/tile.xpm
parentd9505e1b249b0833b867019b88f68b7aaf31e937 (diff)
Constify the pointers in some XPM images. STR #3108
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10233 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/tile.xpm')
-rw-r--r--src/tile.xpm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tile.xpm b/src/tile.xpm
index 872e0f70c..1fa410c74 100644
--- a/src/tile.xpm
+++ b/src/tile.xpm
@@ -4,7 +4,7 @@ static char tile_cmap[3][32] = {
"o c #EFEFEF",
". c #E8E8E8"
};
-static const char * tile_xpm[] = {
+static const char * const tile_xpm[] = {
"64 64 3 1",
tile_cmap[0],
tile_cmap[1],