[serialize] Minor

pull/1656/head
Behdad Esfahbod 6 years ago
parent 64d0f08938
commit 7c0e2054e0
  1. 2
      src/hb-serialize.hh

@ -224,7 +224,7 @@ struct hb_serialize_context_t
{
static_assert (sizeof (T) == 2 || sizeof (T) == 4, "");
if (unlikely (!objidx))
if (!objidx)
return;
assert (current.length);

Loading…
Cancel
Save