* src/sfnt/sfobjs.c (sfnt_open_font): Fix typo.

This commit is contained in:
Werner Lemberg 2021-11-08 12:27:04 +01:00
parent b86f96bce6
commit d899b200f6
1 changed files with 1 additions and 1 deletions

View File

@ -370,7 +370,7 @@
face->ttc_header.version = 0;
face->ttc_header.count = 0;
#if defined( FTCONFIG_OPTION_USE_ZLIB ) || \
#if defined( FT_CONFIG_OPTION_USE_ZLIB ) || \
defined( FT_CONFIG_OPTION_USE_BROTLI )
retry:
#endif