--- rxvt-unicode/src/defaultfont.C 2004/02/09 07:11:49 1.17 +++ rxvt-unicode/src/defaultfont.C 2004/02/13 12:16:21 1.18 @@ -944,7 +944,7 @@ ///////////////////////////////////////////////////////////////////////////// rxvt_fontset::rxvt_fontset (rxvt_t r) -: r(r) +: r (r) { clear (); } @@ -957,7 +957,7 @@ void rxvt_fontset::clear () { - for (rxvt_font **i = fonts.begin (); i != fonts.end(); i++) + for (rxvt_font **i = fonts.begin (); i != fonts.end (); i++) FONT_UNREF (*i); fonts.clear (); @@ -1086,7 +1086,7 @@ // we currently need a base-font, no matter what if ((int)fonts.size () <= base_id || !realize_font (base_id)) { - puts ("unable to load specified font(s), falling back to 'fixed'\n"); + puts ("unable to load specified font (s), falling back to 'fixed'\n"); add_fonts ("fixed"); base_id = fonts.size () - 1; }