Skip to content

Commit 0c58b96

Browse files
author
ligma
committed
added more printing
1 parent ba733c4 commit 0c58b96

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/printer.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ fn print_header_32(header: &MachHeader32, table: &mut Table) {
2525
table.add_row(row![ Fcc->"ncmds", Fyc->format!("0x{:x}", header.ncmds), c->"-"]);
2626
table.add_row(row![ Fcc->"sizeofcmds", Fyc->format!("0x{:x}", header.sizeofcmds), c->"-"]);
2727
print_header_flags(header.flags, table);
28-
table.add_row(row![c=>"***", "***", "***"]);
2928
}
3029

3130
fn print_header_64(header: &MachHeader64, table: &mut Table) {

0 commit comments

Comments
 (0)