summaryrefslogtreecommitdiffstats
path: root/extensions/ebt_string.c
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/ebt_string.c')
-rw-r--r--extensions/ebt_string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/ebt_string.c b/extensions/ebt_string.c
index 7d24f80..97fbe19 100644
--- a/extensions/ebt_string.c
+++ b/extensions/ebt_string.c
@@ -312,7 +312,7 @@ static struct ebt_u_match string_match =
.extra_ops = opts,
};
-void _init(void)
+static void _INIT(void)
{
ebt_register_match(&string_match);
}