xz: Make "headings" static in list.c.

Caught by clang -Wmissing-variable-declarations.
This commit is contained in:
Lasse Collin 2019-06-24 22:52:20 +03:00
parent 608517b9b7
commit 466cfcd3e5
1 changed files with 1 additions and 1 deletions

View File

@ -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;