xz: Make "headings" static in list.c.
Caught by clang -Wmissing-variable-declarations.
This commit is contained in:
parent
608517b9b7
commit
466cfcd3e5
|
@ -101,7 +101,7 @@ static int colon_strs_fw[ARRAY_SIZE(colon_strs)];
|
|||
|
||||
|
||||
/// Column headings
|
||||
struct {
|
||||
static struct {
|
||||
/// Table column heading string
|
||||
const char *str;
|
||||
|
||||
|
|
Loading…
Reference in New Issue