From 7d2c86f35d045eac1b3d08ecba155bab9b49937c Mon Sep 17 00:00:00 2001 From: guy 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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18413 f5534014-38df-0310-8fa8-9805f1628bb7 --- 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.3