view etc/images/smilies/wry.xpm @ 68301:581e383fb47c

(Fload): Don't leak the file descriptor returned by openp if we are going to signal an error.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 20 Jan 2006 19:53:36 +0000
parents 210af0ad3d35
children
line wrap: on
line source

/* XPM */
static char * wry_xpm[] = {
"13 14 3 1",
" 	c None",
".	c #000000",
"+	c #FFDD00",
"   .......   ",
"  ..+++++..  ",
" .+++++++++. ",
".+++++++++++.",
".+++++++..++.",
".++..+++..++.",
".++..+++++++.",
".+++++++++++.",
".+++++++...+.",
".+++++...+++.",
".++++..+++++.",
" .+++.+++++. ",
"  ..+++++..  ",
"   .......   "};