From 9cccb951f0afece3eb83d45275d903852298839c Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 24 May 2004 02:06:01 +0000 Subject: [PATCH] Make the XPM text "const", to get rid of some compiler warnings. svn path=/trunk/; revision=10981 --- image/clist_ascend.xpm | 2 +- image/clist_descend.xpm | 2 +- 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",