Mercurial > mplayer.hg
view gui/mplayer/pixmaps/file.xpm @ 31865:4de0d902ffb9
Avoid redundant use of variable 'size' in demux_ogg_read_packet(), fixes:
libmpdemux/demux_ogg.c:266: warning: unused variable 'size'
author | diego |
---|---|
date | Sat, 07 Aug 2010 19:58:30 +0000 |
parents | 09c3ce60f369 |
children |
line wrap: on
line source
/* XPM */ static const char * const file_xpm[] = { "16 16 7 1", " c None", ". c #9A9A9A", "+ c #000000", "@ c #FFFFFF", "# c #010101", "$ c #FEFEFE", "% c #9B9B9B", " ", "................", "++++++++++++++++", "@++@++@++@++@++@", "++++#+++++++++++", "@@@+@@@$@@@@+@@@", "@@@+@@@@@@@@+@@@", "@@@+@@@@@@@@+@@@", "@@@+@@@@@@@@+@@@", "@@@+@$@@@@@@+@@@", "@@@+@@@$@@@@+@@@", "+++++++++++++++#", "@++@++@++@#+@++@", "+++++++##++++++#", "..........%.....", " "};