(svn r15361) -Cleanup: minor comment style fixes (planetmaker)

This commit is contained in:
smatz
2009-02-05 17:59:59 +00:00
parent 324e92f879
commit d2716d66e3
2 changed files with 3 additions and 3 deletions

View File

@@ -429,7 +429,7 @@ bool SetFallbackFont(FreeTypeSettings *settings, const char *language_isocode, i
FcDefaultSubstitute(pat);
/* The create a font set and match that */
/* Then create a font set and match that */
match = FcFontMatch(0, pat, &result);
if (match == NULL) {