Mark an array as static

Not sure how this wasn't flagged before.
This commit is contained in:
Behdad Esfahbod 2022-06-16 13:55:12 -06:00
parent 19802dfdf0
commit c859cbfb88
1 changed files with 1 additions and 1 deletions

View File

@ -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",