mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-01 10:38:51 +00:00
Fix another whitespace issue in pd
This commit is contained in:
parent
b80904319d
commit
6d204b1bc3
@ -2023,8 +2023,8 @@ static void handle_print_ptr (RCore *core, RDisasmState *ds, int len, int idx) {
|
||||
}
|
||||
}
|
||||
// try to guess what's in there
|
||||
r_cons_printf (" ; [0x%"PFMT64x":%d]=0x%"PFMT64x" %s",
|
||||
p, ds->analop.refptr, n, flag);
|
||||
r_cons_printf (" ; [0x%"PFMT64x":%d]=0x%"PFMT64x"%s%s",
|
||||
p, ds->analop.refptr, n, (flag&&*flag)?" ":"", flag);
|
||||
free (msg2);
|
||||
}
|
||||
// not just for LEA
|
||||
|
Loading…
Reference in New Issue
Block a user