mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
Find @override functions even when there's only one
This commit is contained in:
parent
98216c6eb0
commit
8920c59515
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ find_function (expr_t *fexpr, expr_t *params)
|
|||
return fexpr;
|
||||
for (func_count = 0; funcs[func_count]; func_count++)
|
||||
;
|
||||
if (func_count < 2) {
|
||||
if (func_count < 1) {
|
||||
free (funcs);
|
||||
return fexpr;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue