From ebe77594581264e5130e9ceec9bc5d1680bfc8cb Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Thu, 11 Mar 2021 03:39:05 +0100 Subject: [PATCH] :wrench: Windows things --- src/parse/check.c | 1 - 1 file changed, 1 deletion(-) 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); -- 2.43.0