aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ns-ha.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-ns-ha.c')
-rw-r--r--epan/dissectors/packet-ns-ha.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ns-ha.c b/epan/dissectors/packet-ns-ha.c
index f69794fe90..840070d91b 100644
--- a/epan/dissectors/packet-ns-ha.c
+++ b/epan/dissectors/packet-ns-ha.c
@@ -97,7 +97,7 @@ static const value_string ns_ha_syncstate_vals[] = {
#define NSAHA_STAY_PRIMARY 0x4000
#define NSAHA_VERSION_MISMATCH 0x8000
-static const int * ha_flags[] = {
+static int * const ha_flags[] = {
&hf_nsha_flags_vm,
&hf_nsha_flags_sp,
&hf_nsha_flags_inc,