]> wimlib.net Git - wimlib/blobdiff - src/header.c
inode/blob cleanups
[wimlib] / src / header.c
index 82088998010d87cdf54f13e782b90a022cd8482b..21dec59a9345a55322c5a6b94cb5538827d76c4e 100644 (file)
@@ -313,13 +313,13 @@ wimlib_print_header(const WIMStruct *wim)
        tprintf(T("Part Number                 = %hu\n"), hdr->part_number);
        tprintf(T("Total Parts                 = %hu\n"), hdr->total_parts);
        tprintf(T("Image Count                 = %u\n"), hdr->image_count);
        tprintf(T("Part Number                 = %hu\n"), hdr->part_number);
        tprintf(T("Total Parts                 = %hu\n"), hdr->total_parts);
        tprintf(T("Image Count                 = %u\n"), hdr->image_count);
-       tprintf(T("Blob Table Size           = %"PRIu64"\n"),
+       tprintf(T("Blob Table Size             = %"PRIu64"\n"),
                                (u64)hdr->blob_table_reshdr.size_in_wim);
                                (u64)hdr->blob_table_reshdr.size_in_wim);
-       tprintf(T("Blob Table Flags          = 0x%hhx\n"),
+       tprintf(T("Blob Table Flags            = 0x%hhx\n"),
                                (u8)hdr->blob_table_reshdr.flags);
                                (u8)hdr->blob_table_reshdr.flags);
-       tprintf(T("Blob Table Offset         = %"PRIu64"\n"),
+       tprintf(T("Blob Table Offset           = %"PRIu64"\n"),
                                hdr->blob_table_reshdr.offset_in_wim);
                                hdr->blob_table_reshdr.offset_in_wim);
-       tprintf(T("Blob Table Original_size  = %"PRIu64"\n"),
+       tprintf(T("Blob Table Original_size    = %"PRIu64"\n"),
                                hdr->blob_table_reshdr.uncompressed_size);
        tprintf(T("XML Data Size               = %"PRIu64"\n"),
                                (u64)hdr->xml_data_reshdr.size_in_wim);
                                hdr->blob_table_reshdr.uncompressed_size);
        tprintf(T("XML Data Size               = %"PRIu64"\n"),
                                (u64)hdr->xml_data_reshdr.size_in_wim);