This commit is contained in:
Behdad Esfahbod 2018-03-07 09:27:16 +01:00
parent 9a6f9b4d42
commit c6150333c2
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
#include "hb-ot-os2-unicode-ranges.hh"
void
test (hb_codepoint_t cp, int bit)
test (hb_codepoint_t cp, unsigned int bit)
{
if (OT::hb_get_unicode_range_bit (cp) != bit)
{