]> wimlib.net Git - wimlib/blobdiff - src/xml.h
Various cleanups
[wimlib] / src / xml.h
index 5a875758b42b653c7cfd7a67185d54da0ac3407b..5eb24c9c6a139869810580cba4af45c30d48c23f 100644 (file)
--- a/src/xml.h
+++ b/src/xml.h
@@ -6,7 +6,7 @@
 /* A struct wim_info structure corresponds to the entire XML data for a WIM file. */
 struct wim_info {
        u64 total_bytes;
-       u64 num_images;
+       int num_images;
        /* Array of `struct image_info's, one for each image in the WIM that is
         * mentioned in the XML data. */
        struct image_info *images;