summaryrefslogtreecommitdiffstats
path: root/extensions/ebt_pkttype.c
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/ebt_pkttype.c')
-rw-r--r--extensions/ebt_pkttype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/ebt_pkttype.c b/extensions/ebt_pkttype.c
index 5b5cb03..486c85c 100644
--- a/extensions/ebt_pkttype.c
+++ b/extensions/ebt_pkttype.c
@@ -27,7 +27,7 @@ char *classes[] =
"\0"
};
-static struct option opts[] =
+static const struct option opts[] =
{
{ "pkttype-type" , required_argument, 0, '1' },
{ 0 }