Mark an array as static
Not sure how this wasn't flagged before.
This commit is contained in:
parent
19802dfdf0
commit
c859cbfb88
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue