diff --git a/src/analyze.zig b/src/analyze.zig index 0a2e281..d0563da 100644 --- a/src/analyze.zig +++ b/src/analyze.zig @@ -137,7 +137,7 @@ fn execute( \\Groups: {[groups]d} \\Shells: {[shells]d} \\Sections: - \\ Name Begin End Size + \\ Name Begin End Size \\ ; stdout.print(template, info) catch {}; @@ -153,7 +153,7 @@ fn execute( const start = @field(offsets, field.name); const end = start + @field(lengths, field.name); - stdout.print("{s:>21} {x:0>8} {x:0>8} {s:>10}\n", .{ + stdout.print(" {s:<21}{x:0>8} {x:0>8} {s:>10}\n", .{ field.name, start << section_length_bits, end << section_length_bits,