Minor
This commit is contained in:
parent
3f93518a63
commit
11a81612e5
|
@ -291,7 +291,7 @@ const hb_direction_t horiz_dir[] =
|
||||||
#undef LTR
|
#undef LTR
|
||||||
#undef RTL
|
#undef RTL
|
||||||
|
|
||||||
HB_INTERNAL hb_direction_t
|
hb_direction_t
|
||||||
_hb_script_get_horizontal_direction (hb_script_t script)
|
_hb_script_get_horizontal_direction (hb_script_t script)
|
||||||
{
|
{
|
||||||
if (unlikely ((unsigned int) script >= ARRAY_LENGTH (horiz_dir)))
|
if (unlikely ((unsigned int) script >= ARRAY_LENGTH (horiz_dir)))
|
||||||
|
|
Loading…
Reference in New Issue