1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00

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

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;