From e8fccbc36b2cc5e1c9f218c83cad7f606c03e7a1 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 23 Oct 2018 13:25:03 -0700 Subject: [PATCH] Minor --- src/hb-ot-map.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-map.hh b/src/hb-ot-map.hh index 40b9921fd..fde85b1dd 100644 --- a/src/hb-ot-map.hh +++ b/src/hb-ot-map.hh @@ -162,7 +162,7 @@ struct hb_ot_map_t hb_mask_t global_mask; hb_vector_t features; - hb_vector_t lookups[2]; /* GSUB/GPOS */ + hb_vector_t lookups[2]; /* GSUB/GPOS */ hb_vector_t stages[2]; /* GSUB/GPOS */ };