Fix typos from last commit.

This commit is contained in:
Werner Lemberg 2021-01-07 10:04:24 +01:00
parent 6369058eee
commit 8afc185433
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
[dlg] Move the headers to include/dlg to simplify their use.
* autogen.sh, builds/toplevel.mk: Copy headers to incluide/dlg.
* autogen.sh, builds/toplevel.mk: Copy headers to include/dlg.
* builds/freetype.mk, builds/windows/vc2010/freetype.vcxproj:
Simplify included path.
* include/freetype/internal/ftdebug.h: Simplify #include.

View File

@ -287,7 +287,7 @@ FT_BEGIN_HEADER
* options set by those programs have precedence, overwriting the value
* here with the configured one.
*/
/* #define FT_CONFIG_OPTION_USE_HARFBUZZ */
#define FT_CONFIG_OPTION_USE_HARFBUZZ
/**************************************************************************