mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-22 20:41:20 +00:00
Fix a merge induced error in overloaded functions.
This commit is contained in:
parent
1ada2a96cf
commit
f5ce9e2004
1 changed files with 0 additions and 1 deletions
|
@ -322,7 +322,6 @@ find_function (expr_t *fexpr, expr_t *params)
|
|||
|
||||
memset (&type, 0, sizeof (type));
|
||||
|
||||
type.type = ev_func;
|
||||
for (e = params; e; e = e->next) {
|
||||
if (e->type == ex_error)
|
||||
return e;
|
||||
|
|
Loading…
Reference in a new issue