From 88e2f555ab11c237a87a1928df67d96ae235209d Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sat, 2 May 2015 20:55:55 -0500 Subject: [PATCH] header.h: fix outdated comment --- include/wimlib/header.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/wimlib/header.h b/include/wimlib/header.h index 735a99fb..66e46bd0 100644 --- a/include/wimlib/header.h +++ b/include/wimlib/header.h @@ -67,8 +67,7 @@ struct wim_header_disk { u32 wim_flags; /* +0x14: Uncompressed chunk size for non-solid compressed resources in - * the WIM or 0 if the WIM is uncompressed. (However wimlib will accept - * any value here if the WIM is uncompressed.) */ + * the WIM or 0 if the WIM is uncompressed. */ u32 chunk_size; /* +0x18: Globally unique identifier for the WIM file. Basically a -- 2.43.0