mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-08 00:32:11 +00:00
whitespace
This commit is contained in:
parent
ccaa4ad3d2
commit
669c8f43d8
1 changed files with 0 additions and 1 deletions
|
@ -1645,7 +1645,6 @@ build_function_call (expr_t *fexpr, const type_t *ftype, expr_t *params)
|
||||||
expr_t *call;
|
expr_t *call;
|
||||||
expr_t *err = 0;
|
expr_t *err = 0;
|
||||||
|
|
||||||
|
|
||||||
for (e = params; e; e = e->next) {
|
for (e = params; e; e = e->next) {
|
||||||
if (e->type == ex_error)
|
if (e->type == ex_error)
|
||||||
return e;
|
return e;
|
||||||
|
|
Loading…
Reference in a new issue