summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'runtime')
-rw-r--r--runtime/vim16x16.xpm2
-rw-r--r--runtime/vim32x32.xpm2
-rw-r--r--runtime/vim48x48.xpm2
3 files changed, 3 insertions, 3 deletions
diff --git a/runtime/vim16x16.xpm b/runtime/vim16x16.xpm
index 9b55218cc0..cb75b71781 100644
--- a/runtime/vim16x16.xpm
+++ b/runtime/vim16x16.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char * vim16x16[] = {
+static char * vim16x16[] = {
"16 16 8 1",
" c None",
". c #000000",
diff --git a/runtime/vim32x32.xpm b/runtime/vim32x32.xpm
index 017b93b6f8..43a3a40c0b 100644
--- a/runtime/vim32x32.xpm
+++ b/runtime/vim32x32.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char * vim32x32[] = {
+static char * vim32x32[] = {
"32 32 8 1",
" c None",
". c #000000",
diff --git a/runtime/vim48x48.xpm b/runtime/vim48x48.xpm
index 8bd08bc5a3..b2fdd95924 100644
--- a/runtime/vim48x48.xpm
+++ b/runtime/vim48x48.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char * vim48x48[] = {
+static char * vim48x48[] = {
"48 48 8 1",
" c None",
". c #000000",