diff --git a/src/hb-ot-cmap-table.hh b/src/hb-ot-cmap-table.hh index 83b47b56c..40125b05b 100644 --- a/src/hb-ot-cmap-table.hh +++ b/src/hb-ot-cmap-table.hh @@ -482,7 +482,7 @@ struct CmapSubtableFormat12 : CmapSubtableLongSegmented this->reservedZ.set (0); this->lengthZ.set (get_sub_table_size (groups)); - return CmapSubtableLongSegmented::serialize (c, groups); + return CmapSubtableLongSegmented::serialize (c, groups); } static inline size_t get_sub_table_size (const hb_vector_t &groups)