summaryrefslogtreecommitdiff
path: root/test/pixmaps/tile.xpm
diff options
context:
space:
mode:
authorMatthias Melcher <git@matthiasm.com>2019-02-05 00:14:37 +0100
committerMatthias Melcher <git@matthiasm.com>2019-02-05 00:14:37 +0100
commit7d9d7dd7b84b077e04d47ddf28961a1f99cbede4 (patch)
tree1c056cec61744fe930e0a1467d2d45ce6f3f25d0 /test/pixmaps/tile.xpm
parent4b4e95f2805375ac80b5921e19c1049090f3a5c8 (diff)
Fixed all Pixmaps to be '*const' (STR #3108).
Diffstat (limited to 'test/pixmaps/tile.xpm')
-rw-r--r--test/pixmaps/tile.xpm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pixmaps/tile.xpm b/test/pixmaps/tile.xpm
index ddc656eff..f09658ea6 100644
--- a/test/pixmaps/tile.xpm
+++ b/test/pixmaps/tile.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char * tile_xpm[] = {
+static const char * const tile_xpm[] = {
"100 100 17 1",
" c None",
". c #DCDCDC",