From d899b200f6010c36d36085e861965b9ad282bae2 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Mon, 8 Nov 2021 12:27:04 +0100 Subject: [PATCH] * src/sfnt/sfobjs.c (sfnt_open_font): Fix typo. --- src/sfnt/sfobjs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sfnt/sfobjs.c b/src/sfnt/sfobjs.c index 233bdb41e..789102479 100644 --- a/src/sfnt/sfobjs.c +++ b/src/sfnt/sfobjs.c @@ -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