wireshark/image/toolbar/decode_as_16.xpm
Jörg Mayer 4e1f4b18ab More char -> const char warning fixes.
Removed (very few) casts that only change the warning message
  but don't remove it (with gcc-4).

svn path=/trunk/; revision=15227
2005-08-05 20:59:08 +00:00

26 lines
474 B
C

/* XPM */
static const char * decode_as_16_xpm[] = {
"16 16 6 1",
" c None",
". c #000000",
"+ c #A3A3A3",
"@ c #D5D5D5",
"# c #C8C8C8",
"$ c #F6F6F6",
" .. ",
".+@. ... ",
".#$...... ++@.",
" .. . ##$.",
" . ... ",
" . ",
" . ... ",
" ..... ++@.",
" . ##$.",
" . ... ",
" . .. ",
" . .... ... ",
" ........++@.",
" ... ##$.",
" .. ... ",
" "};