* src/truetype/ttgxvar.c: Fix typos in macros that guard CVAR code.

This commit is contained in:
Jany Belluz 2021-11-04 08:55:39 +00:00 committed by Werner Lemberg
parent 5d651faa70
commit 23d1d8ada8
1 changed files with 2 additions and 2 deletions

View File

@ -3164,7 +3164,7 @@
/*************************************************************************/
#ifdef TT_CONFIG_GPTION_BYTECODE_INTERPRETER
#ifdef TT_CONFIG_OPTION_BYTECODE_INTERPRETER
static FT_Error
tt_cvt_ready_iterator( FT_ListNode node,
@ -3211,7 +3211,7 @@
tt_face_vary_cvt( TT_Face face,
FT_Stream stream )
{
#ifdef TT_CONFIG_GPTION_BYTECODE_INTERPRETER
#ifdef TT_CONFIG_OPTION_BYTECODE_INTERPRETER
FT_Error error;
FT_Memory memory = stream->memory;