summaryrefslogtreecommitdiff
path: root/tar/creation_set.c
diff options
context:
space:
mode:
authorSean Purcell <me@seanp.xyz>2017-04-26 11:10:17 -0700
committerSean Purcell <iburinoc@gmail.com>2017-05-15 23:06:49 -0400
commitcd63bdcda53a99389d994e5db2e19d8bbd74a62c (patch)
tree0750dce1688e92a280f1abfe6ea6e45f962ae746 /tar/creation_set.c
parent45232160e38fd41827712c0e8577835cb5287fd8 (diff)
downloadlibarchive-cd63bdcda53a99389d994e5db2e19d8bbd74a62c.tar.gz
Fix alphabetical order, other small fixes
Diffstat (limited to 'tar/creation_set.c')
-rw-r--r--tar/creation_set.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tar/creation_set.c b/tar/creation_set.c
index 42ce127e..d3c4d215 100644
--- a/tar/creation_set.c
+++ b/tar/creation_set.c
@@ -76,11 +76,11 @@ get_filter_code(const char *suffix)
{ ".lrz", "lrzip" },
{ ".lz", "lzip" },
{ ".lz4", "lz4" },
- { ".zst", "zstd"},
{ ".lzo", "lzop" },
{ ".lzma", "lzma" },
{ ".uu", "uuencode" },
{ ".xz", "xz" },
+ { ".zst", "zstd"},
{ NULL, NULL }
};