Fix typo (FT_... -> TT_...)

This commit is contained in:
Werner Lemberg 2000-10-15 17:59:17 +00:00
parent f5e39e2002
commit 54035b41a9
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
#include <freetype/internal/tttypes.h>
#ifdef FT_CONFIG_OPTION_SFNT_NAMES
#ifdef TT_CONFIG_OPTION_SFNT_NAMES
FT_EXPORT_FUNC( FT_UInt ) FT_Get_Sfnt_Name_Count( FT_Face face )
@ -64,7 +64,7 @@
}
#endif /* FT_CONFIG_OPTION_SFNT_NAMES */
#endif /* TT_CONFIG_OPTION_SFNT_NAMES */
/* END */