Fix compiler warning

Fixes https://github.com/behdad/harfbuzz/issues/212
pull/222/head
Behdad Esfahbod 9 years ago
parent d163dc18e6
commit d05b783322
  1. 2
      src/hb-ot-tag.cc

@ -927,6 +927,7 @@ hb_ot_tag_to_language (hb_tag_t tag)
}
}
#ifdef MAIN
static inline void
test_langs_sorted (void)
{
@ -942,7 +943,6 @@ test_langs_sorted (void)
}
}
#ifdef MAIN
int
main (void)
{

Loading…
Cancel
Save