Fix warnings

This commit is contained in:
Behdad Esfahbod 2012-06-05 13:04:20 -04:00
parent b0a6e58bb3
commit f1971a2174
1 changed files with 1 additions and 1 deletions

View File

@ -41,6 +41,6 @@ main (void)
hb_codepoint_t a, b; hb_codepoint_t a, b;
if (!hb_unicode_decompose (funcs, u, &a, &b)) if (!hb_unicode_decompose (funcs, u, &a, &b))
printf ("U+%04X\n", u); printf ("U+%04X %x %x\n", u, category, position);
} }
} }