]> Nishi Git Mirror - gwion.git/commitdiff
:art: Fix typo
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Mon, 9 Dec 2019 21:10:33 +0000 (22:10 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Mon, 9 Dec 2019 21:10:33 +0000 (22:10 +0100)
src/oo/type.c

index 8f47596fd95e1ef15eb103f753f2c4a3d49c845a..f69a53d05ebf41e5350dfb5e4bd1a173949a4624 100644 (file)
@@ -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);
 }