commit | c859cbfb88acf7e0063bbd4c2b576c153fbed17f | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Thu Jun 16 13:55:12 2022 -0600 |
committer | Behdad Esfahbod <behdad@behdad.org> | Thu Jun 16 13:55:12 2022 -0600 |
tree | fb380c01729d385f8e184c11c53ea29f42092ae7 | |
parent | 19802dfdf04da6565c869103298fc6deb6ac0ea6 [diff] [blame] |
Mark an array as static Not sure how this wasn't flagged before.
diff --git a/src/hb-common.cc b/src/hb-common.cc index 41229b9..7266d9b 100644 --- a/src/hb-common.cc +++ b/src/hb-common.cc
@@ -160,7 +160,7 @@ /* hb_direction_t */ -const char direction_strings[][4] = { +static const char direction_strings[][4] = { "ltr", "rtl", "ttb",