(svn r21875) -Codechange: indentation of some comments was wrong

This commit is contained in:
smatz
2011-01-21 01:38:30 +00:00
parent 1ac51128f5
commit 656caf16db
6 changed files with 13 additions and 13 deletions

View File

@@ -1745,8 +1745,8 @@ void CheckForMissingGlyphsInLoadedLanguagePack()
if (bad_font) {
/* Our fallback font does miss characters too, so keep the
* user chosen font as that is more likely to be any good than
* the wild guess we made */
* user chosen font as that is more likely to be any good than
* the wild guess we made */
UninitFreeType();
InitFreeType();
}