freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] master 23d1d8a 1/2: * src/truetype/ttgxvar.c: Fix typos in m


From: Werner Lemberg
Subject: [freetype2] master 23d1d8a 1/2: * src/truetype/ttgxvar.c: Fix typos in macros that guard CVAR code.
Date: Thu, 4 Nov 2021 08:24:17 -0400 (EDT)

branch: master
commit 23d1d8ada8d443c7f442b413d9c9ae1e8626b55a
Author: Jany Belluz <jany.belluz@daltonmaag.com>
Commit: Werner Lemberg <wl@gnu.org>

    * src/truetype/ttgxvar.c: Fix typos in macros that guard CVAR code.
---
 src/truetype/ttgxvar.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/truetype/ttgxvar.c b/src/truetype/ttgxvar.c
index 24b165f..f3f8303 100644
--- a/src/truetype/ttgxvar.c
+++ b/src/truetype/ttgxvar.c
@@ -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;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]