aboutsummaryrefslogtreecommitdiffstats
path: root/image
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-05-21 00:42:02 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-05-21 00:42:02 +0000
commit2f60f3cec5a58c936c5ac3ffbf54d0182ff642fe (patch)
tree498d80066a5ea8ae2d61d8421224080d4b44dd6b /image
parent144cf3bc4b25632314fef36017d1460488ab967a (diff)
Make the XPM data an array of "const char *", to get rid of a compiler
warning. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10939 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'image')
-rw-r--r--image/eicon3d64.xpm2
1 files changed, 1 insertions, 1 deletions
diff --git a/image/eicon3d64.xpm b/image/eicon3d64.xpm
index de2ce3b193..ea98ab84b8 100644
--- a/image/eicon3d64.xpm
+++ b/image/eicon3d64.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static char * eicon3d64_xpm[] = {
+static const char * eicon3d64_xpm[] = {
"64 64 1420 2",
" c None",
". c #AFB2AF",