[ot] Add missing return!

This commit is contained in:
Behdad Esfahbod 2015-07-23 10:07:21 +01:00
parent 582069172c
commit 2dc8e3f470
1 changed files with 1 additions and 1 deletions

View File

@ -719,7 +719,7 @@ static inline bool match_input (hb_apply_context_t *c,
{
TRACE_APPLY (NULL);
if (unlikely (count > MAX_CONTEXT_LENGTH)) TRACE_RETURN (false);
if (unlikely (count > MAX_CONTEXT_LENGTH)) return TRACE_RETURN (false);
hb_buffer_t *buffer = c->buffer;