From 4e1f4b18abdec1658e835a77a9de8be87c965142 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Fri, 5 Aug 2005 20:59:08 +0000 Subject: More char -> const char warning fixes. Removed (very few) casts that only change the warning message but don't remove it (with gcc-4). svn path=/trunk/; revision=15227 --- image/toolbar/file_set_previous_16.xpm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'image/toolbar/file_set_previous_16.xpm') diff --git a/image/toolbar/file_set_previous_16.xpm b/image/toolbar/file_set_previous_16.xpm index 6a65c41343..0e09a8706b 100644 --- a/image/toolbar/file_set_previous_16.xpm +++ b/image/toolbar/file_set_previous_16.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * file_set_previous_16_xpm[] = { +static const char * file_set_previous_16_xpm[] = { "16 16 42 1", " c None", ". c #000000", -- cgit v1.2.3