From 02c58bb1da4a396e55eaf8cff140556ff8835203 Mon Sep 17 00:00:00 2001 From: twoneis Date: Thu, 13 Mar 2025 16:39:20 +0100 Subject: [PATCH] register exitfn --- code/module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/module.c b/code/module.c index 534759f0e..a6dd2be8e 100644 --- a/code/module.c +++ b/code/module.c @@ -18,4 +18,4 @@ mod_exit(void) } module_init(mod_init); -module_exit() +module_exit(mod_exit);