Remove extra space after hexdump comment header (#12984)

This commit is contained in:
Khairul Azhar Kasmiran 2019-02-04 14:14:12 +08:00 committed by radare
parent 3cbf5d5f5b
commit 7a3dfdb4b0

View File

@ -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");