*** empty log message ***
authorroot <root>
Mon, 24 Dec 2007 10:58:09 +0000 (10:58 +0000)
committerroot <root>
Mon, 24 Dec 2007 10:58:09 +0000 (10:58 +0000)
src/main.C

index 88c87beceb49bbd3bb31d6fb32e6234e27dbe5c7..c04bb80d5b666ed8dbb88fc3386a8bb1bbe621ec 100644 (file)
@@ -1698,10 +1698,9 @@ rxvt_term::get_pixmap_property (int prop_id)
                                          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;
 }