mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-12 23:46:36 +00:00
Remove extra space after hexdump comment header (#12984)
This commit is contained in:
parent
3cbf5d5f5b
commit
7a3dfdb4b0
@ -942,7 +942,7 @@ R_API void r_print_hexdump(RPrint *p, ut64 addr, const ut8 *buf, int len, int ba
|
||||
printfmt (" ");
|
||||
}
|
||||
if (!hex_style) {
|
||||
printfmt (" comment ");
|
||||
printfmt (" comment");
|
||||
}
|
||||
}
|
||||
printfmt ("\n");
|
||||
|
Loading…
Reference in New Issue
Block a user