eric pouech (@epo) commented about dlls/msvcrt/undname.c:
!str_array_push(sym, ct.right ? ct.right : "", -1, &sym->args))
return NULL;
} /* Functions are always terminated by 'Z'. If we made it this far and * don't find it, we have incorrectly identified a data type. */ if (z_term && *sym->current++ != 'Z') return NULL;}
- if (arg_collect.num == 0 ||
(arg_collect.num == 1 && !strcmp(arg_collect.elts[0], "void")))
- if (arg_collect.num == 0 ||
for (i = 1; i < arg_collect.num; i++) {(arg_collect.num == 1 && !strcmp(arg_collect.elts[0], "void"))) return str_printf(sym, "%cvoid%c", open_char, close_char);
this looks like a gratuitous white-space only change