summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cff/cf2font.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cff/cf2font.c b/src/cff/cf2font.c
index 9fd1531a4..4d5554460 100644
--- a/src/cff/cf2font.c
+++ b/src/cff/cf2font.c
@@ -406,7 +406,7 @@
if ( hasVariations )
{
if ( font->lenBlendVector == 0 )
- needExtraSetup = TRUE; /* a blend vector is required */
+ needExtraSetup = TRUE; /* a blend vector is required */
/* Note: lenNormalizedVector is zero until FT_Get_MM_Var() is called */
cf2_getNormalizedVector( decoder, &lenNormalizedV, &normalizedV );