Skip to content

Commit

Permalink
pxi: Add missing : at Last_Offset+1 (#4811)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarmy authored Dec 31, 2024
1 parent 86cd7b6 commit d0f8d48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion librz/util/print.c
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ RZ_API void rz_print_hexii(RzPrint *rp, ut64 addr, const ut8 *buf, int len, int
}
p("\n");
}
p("%8" PFMT64x " ]\n", addr + i);
p("%8" PFMT64x ": ]\n", addr + i);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion test/db/cmd/cmd_px
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,6 @@ EXPECT=<<EOF
0 1 2 3 4 5 6 7 8 9 A B C D E F
0: f3 0f 1e fa .U .H 89 e5 eb fe
30: ## ## ##
40 ]
40: ]
EOF
RUN

0 comments on commit d0f8d48

Please sign in to comment.