From: Jérémie Astor Date: Thu, 11 Mar 2021 02:39:05 +0000 (+0100) Subject: :wrench: Windows things X-Git-Tag: nightly~884 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=ebe77594581264e5130e9ceec9bc5d1680bfc8cb;p=gwion.git :wrench: Windows things --- diff --git a/src/parse/check.c b/src/parse/check.c index c914f29f..977842ec 100644 --- a/src/parse/check.c +++ b/src/parse/check.c @@ -546,7 +546,6 @@ ANN2(1) static void function_alternative(const Env env, const Type f, const Exp if(env->context->error) // needed for ufcs return; loc_header(pos, env->name); - loc_header(pos, env->name); gw_err(_("argument type(s) do not match for function {+/}%s{0}.\n"), s_name(f->info->func->def->base->xid)); loc_err(pos, env->name);