wireshark/image/dn_arrow.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

22 lines
363 B
C

/* XPM */
static const char *dn_arrow[] = {
/* width height num_colors chars_per_pixel */
" 11 12 2 1",
/* colors */
". c None",
"# c #000000",
/* pixels */
"...........",
".#.......#.",
".##.....##.",
"..##...##..",
"...##.##...",
".#..###..#.",
".##..#..##.",
"..##...##..",
"...##.##...",
"....###....",
".....#.....",
"..........."
};