[util] Mark var static

From clang -Weverything bot:

options.cc:39:3: warning: no previous extern declaration for non-static variable 'supported_font_funcs' [-Wmissing-variable-declarations]
This commit is contained in:
Behdad Esfahbod 2018-09-30 05:47:36 -04:00
parent e910a1aef4
commit 2e728a7d86
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
#include <hb-ot.h>
#endif
struct supported_font_funcs_t {
static struct supported_font_funcs_t {
char name[4];
void (*func) (hb_font_t *);
} supported_font_funcs[] =