Mark an array as static

Not sure how this wasn't flagged before.
pull/3665/head
Behdad Esfahbod 3 years ago
parent 19802dfdf0
commit c859cbfb88
  1. 2
      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",

Loading…
Cancel
Save