[gsubgpos] minor build fix

This commit is contained in:
Ebrahim Byagowi 2020-03-26 14:04:37 +04:30
parent b143e34ee1
commit 25718913d4
1 changed files with 1 additions and 1 deletions

View File

@ -3054,7 +3054,7 @@ struct GSUBGPOS
unsigned int *index) const unsigned int *index) const
{ {
#ifdef HB_NO_VAR #ifdef HB_NO_VAR
*index = NOT_FOUND_INDEX; *index = Index::NOT_FOUND_INDEX;
return false; return false;
#endif #endif
return (version.to_int () >= 0x00010001u ? this+featureVars : Null (FeatureVariations)) return (version.to_int () >= 0x00010001u ? this+featureVars : Null (FeatureVariations))