summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/libipt_helper.c')
-rw-r--r--extensions/libipt_helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libipt_helper.c b/extensions/libipt_helper.c
index e5772555..c862541d 100644
--- a/extensions/libipt_helper.c
+++ b/extensions/libipt_helper.c
@@ -19,7 +19,7 @@ help(void)
IPTABLES_VERSION);
}
-static struct option opts[] = {
+static const struct option opts[] = {
{ "helper", 1, 0, '1' },
{0}
};