diff --git a/src/hb-common.cc b/src/hb-common.cc index 41229b918..7266d9b01 100644 --- a/src/hb-common.cc +++ b/src/hb-common.cc @@ -160,7 +160,7 @@ hb_tag_to_string (hb_tag_t tag, char *buf) /* hb_direction_t */ -const char direction_strings[][4] = { +static const char direction_strings[][4] = { "ltr", "rtl", "ttb",