aboutsummaryrefslogtreecommitdiffstats
path: root/image
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-06-03 00:43:02 +0000
committerGuy Harris <guy@alum.mit.edu>2006-06-03 00:43:02 +0000
commit2aadcc832a93d4f8cc128cc4117781c33e0aea79 (patch)
treed232518353ca42a28d389d00606e7ef0d379b2ad /image
parentbbbf47be99108c9889670d6fe000a217cc003ecb (diff)
More constification in the hopes of reducing compiler warnings.
svn path=/trunk/; revision=18327
Diffstat (limited to 'image')
-rw-r--r--image/wsicon32.xpm2
-rw-r--r--image/wsicon48.xpm2
-rw-r--r--image/wsicon64.xpm2
3 files changed, 3 insertions, 3 deletions
diff --git a/image/wsicon32.xpm b/image/wsicon32.xpm
index d2d6d7cc67..7f22c6353b 100644
--- a/image/wsicon32.xpm
+++ b/image/wsicon32.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static char *wsicon32_xpm[] = {
+static const char *wsicon32_xpm[] = {
/* width height num_colors chars_per_pixel */
" 32 32 256 2",
/* colors */
diff --git a/image/wsicon48.xpm b/image/wsicon48.xpm
index fca5b12a72..f8bed29136 100644
--- a/image/wsicon48.xpm
+++ b/image/wsicon48.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static char *wsicon48_xpm[] = {
+static const char *wsicon48_xpm[] = {
/* width height num_colors chars_per_pixel */
" 48 48 256 2",
/* colors */
diff --git a/image/wsicon64.xpm b/image/wsicon64.xpm
index e6e1af7749..89ef725d0f 100644
--- a/image/wsicon64.xpm
+++ b/image/wsicon64.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static char *wsicon64_xpm[] = {
+static const char *wsicon64_xpm[] = {
/* width height num_colors chars_per_pixel */
" 64 64 256 2",
/* colors */