diff --git a/src/hb-ot-cff1-table.hh b/src/hb-ot-cff1-table.hh index d4d25d88e..86583aa66 100644 --- a/src/hb-ot-cff1-table.hh +++ b/src/hb-ot-cff1-table.hh @@ -1281,7 +1281,7 @@ struct cff1 } else { - byte_str = (*stringIndex)[sid - HB_CFF_STD_STR_COUNT ]; + byte_str = (*stringIndex)[sid - HB_CFF_STD_STR_COUNT]; str = (const char *)byte_str.arrayZ; str_len = byte_str.length; }