Fix compiler warning

Fixes https://github.com/behdad/harfbuzz/issues/212
This commit is contained in:
Behdad Esfahbod 2016-01-12 16:17:21 +00:00
parent d163dc18e6
commit d05b783322
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{