Remove annoying pf structures debug

This commit is contained in:
Anton Kochkov 2017-01-14 23:46:38 +03:00
parent eb2338ec61
commit d4564ce425

View File

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