aboutsummaryrefslogtreecommitdiffstats
path: root/image
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-05-21 00:42:02 +0000
committerGuy Harris <guy@alum.mit.edu>2004-05-21 00:42:02 +0000
commit4fe077ffe4fd7c5baff2b14164c7f294a8f9b272 (patch)
tree498d80066a5ea8ae2d61d8421224080d4b44dd6b /image
parent8f4a65ae8631d13330244ea86c950f359e398962 (diff)
downloadwireshark-4fe077ffe4fd7c5baff2b14164c7f294a8f9b272.tar.gz
wireshark-4fe077ffe4fd7c5baff2b14164c7f294a8f9b272.tar.bz2
wireshark-4fe077ffe4fd7c5baff2b14164c7f294a8f9b272.zip
Make the XPM data an array of "const char *", to get rid of a compiler
warning. svn path=/trunk/; revision=10939
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",