Add missing TRACE_RETURN
authorBehdad Esfahbod <behdad@behdad.org>
Tue, 30 Oct 2012 02:03:55 +0000 (19:03 -0700)
committerBehdad Esfahbod <behdad@behdad.org>
Tue, 30 Oct 2012 02:03:55 +0000 (19:03 -0700)
src/hb-ot-layout-gsubgpos-private.hh

index da31bdf..79e4b86 100644 (file)
@@ -491,7 +491,7 @@ static inline bool match_input (hb_apply_context_t *c,
   if (p_total_component_count)
     *p_total_component_count = total_component_count;
 
-  return true;
+  return TRACE_RETURN (true);
 }
 static inline void ligate_input (hb_apply_context_t *c,
                                 unsigned int count, /* Including the first glyph (not matched) */