Add missing TRACE_RETURN

pull/1/head
Behdad Esfahbod 13 years ago
parent 10b88d89ef
commit bc513add79
  1. 2
      src/hb-ot-layout-gsubgpos-private.hh

@ -491,7 +491,7 @@ static inline bool match_input (hb_apply_context_t *c,
if (p_total_component_count) if (p_total_component_count)
*p_total_component_count = 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, static inline void ligate_input (hb_apply_context_t *c,
unsigned int count, /* Including the first glyph (not matched) */ unsigned int count, /* Including the first glyph (not matched) */

Loading…
Cancel
Save