Squelch some compiler warnings.

svn path=/trunk/; revision=19314
This commit is contained in:
Guy Harris 2006-09-24 20:28:16 +00:00
parent 4f59f626d6
commit cf858d8336
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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",