diff options
Diffstat (limited to 'src/hb-ot-tag.cc')
-rw-r--r-- | src/hb-ot-tag.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hb-ot-tag.cc b/src/hb-ot-tag.cc index a569b8c2..d04e5329 100644 --- a/src/hb-ot-tag.cc +++ b/src/hb-ot-tag.cc @@ -503,7 +503,7 @@ hb_ot_tags_to_script_and_language (hb_tag_t script_tag, #ifdef MAIN static inline void -test_langs_sorted (void) +test_langs_sorted () { for (unsigned int i = 1; i < ARRAY_LENGTH (ot_languages); i++) { @@ -518,7 +518,7 @@ test_langs_sorted (void) } int -main (void) +main () { test_langs_sorted (); return 0; |