aboutsummaryrefslogtreecommitdiffstats
path: root/image/toolbar
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-09-24 20:28:16 +0000
committerGuy Harris <guy@alum.mit.edu>2006-09-24 20:28:16 +0000
commitcf858d8336c56907f099f84bb3a6b19acfceb5df (patch)
treec8cd305ffcccb326f72ef7e422340a4d6f9a5075 /image/toolbar
parent4f59f626d6e5884128a4140ff67dd264349b28a4 (diff)
Squelch some compiler warnings.
svn path=/trunk/; revision=19314
Diffstat (limited to 'image/toolbar')
-rw-r--r--image/toolbar/capture_airpcap_16.xpm2
-rw-r--r--image/toolbar/capture_ethernet_16.xpm2
2 files changed, 2 insertions, 2 deletions
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",