[ot] Add missing return!
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 23 Jul 2015 09:07:21 +0000 (10:07 +0100)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 23 Jul 2015 09:07:21 +0000 (10:07 +0100)
src/hb-ot-layout-gsubgpos-private.hh

index 99c4c83..e14b5b6 100644 (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;