]> Dogcows Code - chaz/openbox/blobdiff - render/font.c
apparently nobody uses cvs or bothers to tell me about compile errors
[chaz/openbox] / render / font.c
index 8ba8a99fc17cef8df373a2b3b4dad0872a420ddb..a9ecb1562a595e832ef15892f03987426aed5261 100644 (file)
@@ -241,7 +241,7 @@ gint RrFontHeight(const RrFont *f)
      return result;
  */
     return f->xftfont->ascent + f->xftfont->descent +
-        (f->shadow ? f->offset : 0*);
+        (f->shadow ? f->offset : 0);
 
 #endif /* USE_PANGO */
 }
This page took 0.021555 seconds and 4 git commands to generate.