summaryrefslogtreecommitdiffstats
path: root/extensions/ebt_standard.c
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/ebt_standard.c')
-rw-r--r--extensions/ebt_standard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/ebt_standard.c b/extensions/ebt_standard.c
index 81edead..f3c3308 100644
--- a/extensions/ebt_standard.c
+++ b/extensions/ebt_standard.c
@@ -84,7 +84,7 @@ static struct ebt_u_target standard =
.extra_ops = opts,
};
-void _init(void)
+static void _INIT(void)
{
ebt_register_target(&standard);
}