Fix build

This commit is contained in:
Behdad Esfahbod 2022-07-19 14:40:47 -06:00
parent 8737dea4d9
commit 798a0c8a58
1 changed files with 1 additions and 1 deletions

View File

@ -767,8 +767,8 @@ struct GDEF
switch (u.version.major) { switch (u.version.major) {
case 1: return u.version.to_int () >= 0x00010003u ? this+u.version1.varStore : Null(VariationStore); case 1: return u.version.to_int () >= 0x00010003u ? this+u.version1.varStore : Null(VariationStore);
#ifndef HB_NO_BORING_EXPANSION #ifndef HB_NO_BORING_EXPANSION
#endif
case 2: return this+u.version2.varStore; case 2: return this+u.version2.varStore;
#endif
default: return Null(VariationStore); default: return Null(VariationStore);
} }
} }