diff --git a/src/hb-ot-hmtx-table.hh b/src/hb-ot-hmtx-table.hh index e53a88eaa..a548fc62b 100644 --- a/src/hb-ot-hmtx-table.hh +++ b/src/hb-ot-hmtx-table.hh @@ -213,7 +213,7 @@ struct hmtxvmtx if (new_gid != new_to_old_gid_list[j].first) return hb_pair (0u, 0); unsigned old_gid = new_to_old_gid_list.arrayZ[j].second; - j++; + j++; // Let there be dragons! hb_pair_t *v = nullptr; if (!mtx_map->has (new_gid, &v))