[serialize] Minor

This commit is contained in:
Behdad Esfahbod 2019-04-01 21:32:29 -07:00
parent 64d0f08938
commit 7c0e2054e0
1 changed files with 1 additions and 1 deletions

View File

@ -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);