]> wimlib.net Git - wimlib/blobdiff - src/header.c
Some preparations for supporting NTFS capture and apply.
[wimlib] / src / header.c
index 7cd25b1158cbba214a29f030acb27e544e0f8f55..c68514322bbbebebc6f69fa7429c8f8985468b39 100644 (file)
@@ -96,8 +96,7 @@ int read_header(FILE *fp, struct wim_header *hdr, int split_ok)
                ERROR("Unexpected chunk size of %u! Ask the author to "
                      "implement support for other chunk sizes.",
                      chunk_size);
-               ERROR("(Or it might just be that the WIM header is "
-                     "invalid.)", chunk_size);
+               ERROR("(Or it might just be that the WIM header is invalid.)");
                return WIMLIB_ERR_INVALID_CHUNK_SIZE;
        }