view gui/mplayer/pixmaps/url.xpm @ 33322:99054ecaf3d9

On error munmap returns -1, not MAP_FAILED. Fixes "ast from pointer to integer of different size" warning.
author reimar
date Sat, 07 May 2011 19:41:42 +0000
parents 09c3ce60f369
children
line wrap: on
line source

/* XPM */
static const char * const url_xpm[] = {
"16 16 2 1",
" 	c None",
".	c #000000",
"                ",
"                ",
"                ",
"                ",
"   ..   ..  ..  ",
"   ..   ..  ..  ",
"       ..  ..   ",
"       ..  ..   ",
"      ..  ..    ",
"      ..  ..    ",
" ..  ..  ..     ",
" ..  ..  ..     ",
"                ",
"                ",
"                ",
"                "};