aboutsummaryrefslogtreecommitdiffstats
path: root/image/wssplash.xpm
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2006-06-09 22:59:04 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2006-06-09 22:59:04 +0000
commit7d2c86f35d045eac1b3d08ecba155bab9b49937c (patch)
tree30e79f913c43f0cb50c617b639650fd8c3b19b9e /image/wssplash.xpm
parentf4283a8e06edfc3a05c4885ba4163d20e0cdc80c (diff)
Constify XPMs, to squelch compiler warnings.
XPMs are C code; don't tag them as binary. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18413 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'image/wssplash.xpm')
-rw-r--r--image/wssplash.xpm2
1 files changed, 1 insertions, 1 deletions
diff --git a/image/wssplash.xpm b/image/wssplash.xpm
index f5402ebd26..7972fd2418 100644
--- a/image/wssplash.xpm
+++ b/image/wssplash.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static char * wssplash_xpm[] = {
+static const char * wssplash_xpm[] = {
"184 64 214 2",
" c #000000",
". c #1897C0",