fix #endif placement so it works when LCD support is not defined

git-svn-id: http://skia.googlecode.com/svn/trunk@298 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
reed@android.com 2009-07-31 14:52:54 +00:00
parent 4bda7a5e68
commit 61608aaf93

View File

@ -89,8 +89,8 @@ InitFreetype() {
// glyphs.
err = FT_Library_SetLcdFilter(gFTLibrary, FT_LCD_FILTER_DEFAULT);
gLCDSupport = err == 0;
gLCDSupportValid = true;
#endif
gLCDSupportValid = true;
return true;
}