wireshark/image/toolbar/graphs_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

24 lines
441 B
C

/* XPM */
static const char * graphs_16_xpm[] = {
"16 16 4 1",
" c None",
". c #000000",
"+ c #801D1D",
"@ c #101010",
" . ",
" . ",
".. ",
" . ",
" . ",
".. ",
" . ",
" . ",
".. + ",
" . +++ ",
" . +++ ++++ ",
".. +++++++++++ ",
" .++++++++++++ ",
" @++++++++++++ ",
"................",
" . . . . . "};