From: Eric Biggers Date: Thu, 8 May 2014 21:09:04 +0000 (-0500) Subject: resource.h: Fix comment X-Git-Tag: v1.7.0~228 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=e907ce852350789d630ec81757c0178841b88e78 resource.h: Fix comment --- 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. */