From e2ca218b3f526e9ca9ea180b3f9ffe0c70d31b26 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 9 Jun 2006 22:59:04 +0000 Subject: Constify XPMs, to squelch compiler warnings. XPMs are C code; don't tag them as binary. svn path=/trunk/; revision=18413 --- image/wssplash.xpm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'image/wssplash.xpm') diff --git a/image/wssplash.xpm b/image/wssplash.xpm index f5402ebd26..7972fd2418 100644 --- a/image/wssplash.xpm +++ b/image/wssplash.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * wssplash_xpm[] = { +static const char * wssplash_xpm[] = { "184 64 214 2", " c #000000", ". c #1897C0", -- cgit v1.2.1