summaryrefslogtreecommitdiffstats
path: root/byterun/finalise.c
diff options
context:
space:
mode:
Diffstat (limited to 'byterun/finalise.c')
-rw-r--r--byterun/finalise.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/finalise.c b/byterun/finalise.c
index 9f96a3069..e0c548226 100644
--- a/byterun/finalise.c
+++ b/byterun/finalise.c
@@ -20,7 +20,7 @@
#include "roots.h"
#include "signals.h"
-typedef struct final {
+struct final {
value fun;
value val;
};