Skip to content

Commit 4a54a2a

Browse files
author
ligma
committed
added colors to head printings
1 parent 6dda7a5 commit 4a54a2a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/printer.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ pub fn print_header(header: &MachHeader) {
1313
MachHeader::MH32(header) => print_header_32(header, &mut table),
1414
MachHeader::MH64(header) => print_header_64(header, &mut table),
1515
}
16-
16+
1717
table.printstd();
18-
1918
}
2019

2120
fn print_header_32(header: &MachHeader32, table: &mut Table) {

0 commit comments

Comments
 (0)