summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Arnold <darnold@adobe.com>2016-09-15 10:21:01 -0700
committerDave Arnold <darnold@adobe.com>2016-09-15 10:21:01 -0700
commit6a5ef34797e8be337531ebf83e527116fdd46744 (patch)
tree6a86daa893f41deb57e20806e22c3ec18cb34f5e
parentc7f87a1f8b93e20125d5a7d922177c396bffa602 (diff)
downloadfreetype2-6a5ef34797e8be337531ebf83e527116fdd46744.tar.gz
Test. Minor change in comment
-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 );