aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/etags.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/etags.c b/lib-src/etags.c
index 6165872e4cf..f70a1f67bc8 100644
--- a/lib-src/etags.c
+++ b/lib-src/etags.c
@@ -519,7 +519,7 @@ static compressor compressors[] =
519 { "GZ", "gzip -d -c"}, 519 { "GZ", "gzip -d -c"},
520 { "bz2", "bzip2 -d -c" }, 520 { "bz2", "bzip2 -d -c" },
521 { "xz", "xz -d -c" }, 521 { "xz", "xz -d -c" },
522 { "zst", "zstd -d -c -q" }, 522 { "zst", "zstd -d -c" },
523 { NULL } 523 { NULL }
524}; 524};
525 525