diff options
author | Guy Harris <guy@alum.mit.edu> | 2004-05-21 00:42:02 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2004-05-21 00:42:02 +0000 |
commit | 4fe077ffe4fd7c5baff2b14164c7f294a8f9b272 (patch) | |
tree | 498d80066a5ea8ae2d61d8421224080d4b44dd6b /image | |
parent | 8f4a65ae8631d13330244ea86c950f359e398962 (diff) | |
download | wireshark-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.xpm | 2 |
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", |