Fix another whitespace issue in pd

This commit is contained in:
pancake 2016-03-14 00:15:51 +01:00
parent b80904319d
commit 6d204b1bc3

View File

@ -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