summaryrefslogtreecommitdiffstats
path: root/zutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'zutils.h')
-rw-r--r--zutils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zutils.h b/zutils.h
index 778daa3..1a2bb93 100644
--- a/zutils.h
+++ b/zutils.h
@@ -30,7 +30,7 @@ const char * const simple_extensions[num_formats] =
const char * const decompressor_names[num_formats] =
{ "bzip2", "gzip", "lzip", "xz" };
const int8_t format_order[num_formats] =
- { fmt_gz, fmt_lz, fmt_bz2, fmt_xz }; // search order
+ { fmt_lz, fmt_bz2, fmt_gz, fmt_xz }; // search order
// first magic byte must be different among formats
enum { bzip2_magic_size = 3,