From 3c9915750e999072eed5ed6de51f63822e5c5bf3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Mon, 9 Dec 2019 22:10:33 +0100 Subject: [PATCH] :art: Fix typo --- src/oo/type.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oo/type.c b/src/oo/type.c index 8f47596f..f69a53d0 100644 --- a/src/oo/type.c +++ b/src/oo/type.c @@ -7,7 +7,7 @@ #include "gwion.h" #include "tuple.h" -ANN static inline m_bool freeable(const Type t) { +ANN static inline m_bool freeable(const Type a) { return !GET_FLAG(a, nonnull) && GET_FLAG(a, template) || GET_FLAG(a, global); } -- 2.43.0