*** empty log message ***
authorroot <root>
Sun, 15 Aug 2004 08:04:45 +0000 (08:04 +0000)
committerroot <root>
Sun, 15 Aug 2004 08:04:45 +0000 (08:04 +0000)
src/rxvtfont.C

index 32720a8c476e6f7df431f3757f2e2bcd888bbdf7..0944a56268e72fc8272b0ef76381966494474d8e 100644 (file)
@@ -364,8 +364,8 @@ rxvt_font_default::draw (rxvt_drawable &d, int x, int y,
             {
               // prefer font of first character, for no good reasons
               rxvt_font *f2 = f1->has_codepoint (cc->c2)
-                              ? f1
-                              : (*fs)[fs->find_font (cc->c2)];
+                                ? f1
+                                : (*fs)[fs->find_font (cc->c2)];
 
               f2->draw (d, x, y, &(t = cc->c2), 1, fg, -1);
             }