summaryrefslogtreecommitdiffstats
path: root/rc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'rc.cc')
-rw-r--r--rc.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/rc.cc b/rc.cc
index e244a0e..33cd504 100644
--- a/rc.cc
+++ b/rc.cc
@@ -62,6 +62,7 @@ const struct { const char * from; const char * to; int format_index; }
{ ".txz", ".tar", fmt_xz },
{ ".zst", "", fmt_zst },
{ ".tzst", ".tar", fmt_zst },
+ { ".Z", "", fmt_gz },
{ 0, 0, -1 } };