From 518e6e07f29d9bb7e532313fb0af6177d8022ea5 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 18 Apr 2019 12:21:25 -0400 Subject: [PATCH] Minor --- src/hb-ot-map.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-map.cc b/src/hb-ot-map.cc index ef0bcc716..b943d8493 100644 --- a/src/hb-ot-map.cc +++ b/src/hb-ot-map.cc @@ -219,7 +219,7 @@ hb_ot_map_builder_t::compile (hb_ot_map_t &m, continue; /* Feature disabled, or not enough bits. */ - hb_bool_t found = false; + bool found = false; unsigned int feature_index[2]; for (unsigned int table_index = 0; table_index < 2; table_index++) {