--- rxvt-unicode/src/main.C 2007/12/24 06:51:37 1.291 +++ rxvt-unicode/src/main.C 2007/12/24 10:58:09 1.292 @@ -1698,10 +1698,9 @@ 0L, 1L, False, XA_PIXMAP, &atype, &aformat, &nitems, &bytes_after, &prop); if (result == Success && prop && atype == XA_PIXMAP) - { - return *(Pixmap *)prop; - } + return *(Pixmap *)prop; } + return None; }