From 11a81612e51c598e857507c268312206423cbfca Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 13 May 2010 00:01:40 -0400 Subject: [PATCH] Minor --- src/hb-unicode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-unicode.c b/src/hb-unicode.c index fce79e63a..7970a79c3 100644 --- a/src/hb-unicode.c +++ b/src/hb-unicode.c @@ -291,7 +291,7 @@ const hb_direction_t horiz_dir[] = #undef LTR #undef RTL -HB_INTERNAL hb_direction_t +hb_direction_t _hb_script_get_horizontal_direction (hb_script_t script) { if (unlikely ((unsigned int) script >= ARRAY_LENGTH (horiz_dir)))