From e907ce852350789d630ec81757c0178841b88e78 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Thu, 8 May 2014 16:09:04 -0500 Subject: [PATCH] resource.h: Fix comment --- include/wimlib/resource.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wimlib/resource.h b/include/wimlib/resource.h index 2eab7bee..b2ba851b 100644 --- a/include/wimlib/resource.h +++ b/include/wimlib/resource.h @@ -166,8 +166,8 @@ struct alt_chunk_table_header_disk { /* Compression format used for compressed chunks: * 0 = None - * 1 = LZX - * 2 = XPRESS + * 1 = XPRESS + * 2 = LZX * 3 = LZMS * * This overrides the compression type specified by the WIM header. */ -- 2.43.0