From cf858d8336c56907f099f84bb3a6b19acfceb5df Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 24 Sep 2006 20:28:16 +0000 Subject: Squelch some compiler warnings. svn path=/trunk/; revision=19314 --- image/toolbar/capture_airpcap_16.xpm | 2 +- image/toolbar/capture_ethernet_16.xpm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'image') diff --git a/image/toolbar/capture_airpcap_16.xpm b/image/toolbar/capture_airpcap_16.xpm index f55396cad4..16531be857 100644 --- a/image/toolbar/capture_airpcap_16.xpm +++ b/image/toolbar/capture_airpcap_16.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * capture_airpcap_16_xpm[] = { +static const char * capture_airpcap_16_xpm[] = { "16 16 256 2", " c None", ". c #800000", diff --git a/image/toolbar/capture_ethernet_16.xpm b/image/toolbar/capture_ethernet_16.xpm index 260b9ea03f..ea8c99da4f 100644 --- a/image/toolbar/capture_ethernet_16.xpm +++ b/image/toolbar/capture_ethernet_16.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * capture_ethernet_16_xpm[] = { +static const char * capture_ethernet_16_xpm[] = { "16 16 144 2", " c None", ". c #6A6A6A", -- cgit v1.2.3