aboutsummaryrefslogtreecommitdiffstats
path: root/image
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-05-24 02:06:01 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-05-24 02:06:01 +0000
commitd55e2cbd95c2ea0ea9d3e63ff40d3f1db8aabf49 (patch)
tree2b5238df1183882c9672ce73956c6f5fceae7d27 /image
parent9f7ea1d4c2f851d0709cbc3dda8224c01c1cb79e (diff)
Make the XPM text "const", to get rid of some compiler warnings.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10981 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'image')
-rw-r--r--image/clist_ascend.xpm2
-rw-r--r--image/clist_descend.xpm2
2 files changed, 2 insertions, 2 deletions
diff --git a/image/clist_ascend.xpm b/image/clist_ascend.xpm
index bd917c8c22..aa4f6f329b 100644
--- a/image/clist_ascend.xpm
+++ b/image/clist_ascend.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static char * clist_ascend_xpm[] = {
+static const char * clist_ascend_xpm[] = {
"4 4 2 1",
" c None",
". c #000000",
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",