(svn r23268) -Fix (r23267): compilation failed on Windows

This commit is contained in:
rubidium 2011-11-19 21:09:52 +00:00
parent 4e1c4f9079
commit d86e6b6162

View File

@ -347,7 +347,7 @@ static int CALLBACK EnumFontCallback(const ENUMLOGFONTEX *logfont, const NEWTEXT
if (!found) return 1; if (!found) return 1;
callback->SetFontNames(info->settings, font_name); info->callback->SetFontNames(info->settings, font_name);
if (info->callback->FindMissingGlyphs(NULL)) return 1; if (info->callback->FindMissingGlyphs(NULL)) return 1;
DEBUG(freetype, 1, "Fallback font: %s (%s)", font_name, english_name); DEBUG(freetype, 1, "Fallback font: %s (%s)", font_name, english_name);
return 0; // stop enumerating return 0; // stop enumerating