mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-04 12:36:30 +00:00
Remove annoying pf structures debug
This commit is contained in:
parent
eb2338ec61
commit
d4564ce425
@ -1317,7 +1317,6 @@ int r_print_format_struct_size(const char *f, RPrint *p, int mode) {
|
|||||||
if (*structname == '(') {
|
if (*structname == '(') {
|
||||||
endname = (char*)r_str_rchr (structname, NULL, ')');
|
endname = (char*)r_str_rchr (structname, NULL, ')');
|
||||||
} else {
|
} else {
|
||||||
eprintf ("Missing struct name\n");
|
|
||||||
free (structname);
|
free (structname);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user