From: Wolfgang Bumiller Date: Sun, 30 Dec 2012 10:03:59 +0000 (+0100) Subject: Clean up trailing whitespaces X-Git-Tag: before-library~424 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=d9282ed988b78c7d302fa1506bd077e88419fdfe;p=xonotic%2Fgmqcc.git Clean up trailing whitespaces --- diff --git a/parser.c b/parser.c index 51500ef..b32f623 100644 --- a/parser.c +++ b/parser.c @@ -1374,7 +1374,6 @@ static bool parser_close_call(parser_t *parser, shunt *sy) return false; } - if (!fun->expression.next) { parseerror(parser, "could not determine function return type"); return false; @@ -1398,7 +1397,7 @@ static bool parser_close_call(parser_t *parser, shunt *sy) "call to `%s` (deprecated: %s)\n" "-> `%s` declared here: %s:%i", fval->name, fval->desc, fval->name, ast_ctx(fun).file, - ast_ctx(fun).line); + ast_ctx(fun).line); } if (vec_size(fun->expression.params) != paramcount &&