aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2019-06-24 22:52:20 +0300
committerLasse Collin <lasse.collin@tukaani.org>2019-06-24 22:52:20 +0300
commit466cfcd3e52f6750ce28a635997f3dd84fb18515 (patch)
tree9889b1b8f94c0b24a3c145f463169463c1f01dbc /src
parentliblzma: Remove incorrect uses of lzma_attribute((__unused__)). (diff)
downloadxz-466cfcd3e52f6750ce28a635997f3dd84fb18515.tar.xz
xz: Make "headings" static in list.c.
Caught by clang -Wmissing-variable-declarations.
Diffstat (limited to 'src')
-rw-r--r--src/xz/list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xz/list.c b/src/xz/list.c
index 70b4a9bb..06c9c1ee 100644
--- a/src/xz/list.c
+++ b/src/xz/list.c
@@ -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;