summaryrefslogtreecommitdiffstats
path: root/extensions/libip6t_hl.c
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2009-05-26 13:14:06 +0200
committerJan Engelhardt <jengelh@medozas.de>2009-05-26 13:14:06 +0200
commit69f564e3890976461de0016cd81171ff8bfa8353 (patch)
tree38feb577177b07ff5e21e3838c3ec5f021748489 /extensions/libip6t_hl.c
parent771871e1d9c39310cb6e2c595270d2e651309e6d (diff)
extensions: add const qualifiers in print/save functions
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'extensions/libip6t_hl.c')
-rw-r--r--extensions/libip6t_hl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libip6t_hl.c b/extensions/libip6t_hl.c
index 9252c3dc..ff76b74d 100644
--- a/extensions/libip6t_hl.c
+++ b/extensions/libip6t_hl.c
@@ -89,7 +89,7 @@ static void hl_check(unsigned int flags)
static void hl_print(const void *ip, const struct xt_entry_match *match,
int numeric)
{
- static const char *op[] = {
+ static const char *const op[] = {
[IP6T_HL_EQ] = "==",
[IP6T_HL_NE] = "!=",
[IP6T_HL_LT] = "<",