summaryrefslogtreecommitdiffstats
path: root/extensions/ebt_nflog.c
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/ebt_nflog.c')
-rw-r--r--extensions/ebt_nflog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/ebt_nflog.c b/extensions/ebt_nflog.c
index 0cd10e0..405673a 100644
--- a/extensions/ebt_nflog.c
+++ b/extensions/ebt_nflog.c
@@ -25,7 +25,7 @@ enum {
NFLOG_NFLOG = 0x16,
};
-static struct option nflog_opts[] = {
+static const struct option nflog_opts[] = {
{"nflog-group", required_argument, NULL, NFLOG_GROUP},
{"nflog-prefix", required_argument, NULL, NFLOG_PREFIX},
{"nflog-range", required_argument, NULL, NFLOG_RANGE},