summaryrefslogtreecommitdiff
path: root/image/clist_descend.xpm
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-05-24 02:06:01 +0000
committerGuy Harris <guy@alum.mit.edu>2004-05-24 02:06:01 +0000
commit9cccb951f0afece3eb83d45275d903852298839c (patch)
tree2b5238df1183882c9672ce73956c6f5fceae7d27 /image/clist_descend.xpm
parenta396513ad85bfc11ad9aa1f1644b4fb7c68a531a (diff)
downloadwireshark-9cccb951f0afece3eb83d45275d903852298839c.tar.gz
Make the XPM text "const", to get rid of some compiler warnings.
svn path=/trunk/; revision=10981
Diffstat (limited to 'image/clist_descend.xpm')
-rw-r--r--image/clist_descend.xpm2
1 files changed, 1 insertions, 1 deletions
diff --git a/image/clist_descend.xpm b/image/clist_descend.xpm
index 150116c5f8..6d236c949d 100644
--- a/image/clist_descend.xpm
+++ b/image/clist_descend.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static char * clist_descend_xpm[] = {
+static const char * clist_descend_xpm[] = {
"4 4 2 1",
" c None",
". c #000000",