[serialize] Minor
This commit is contained in:
parent
64d0f08938
commit
7c0e2054e0
@ -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…
Reference in New Issue
Block a user