aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_gm.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-gsm_a_gm.c')
-rw-r--r--epan/dissectors/packet-gsm_a_gm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-gsm_a_gm.c b/epan/dissectors/packet-gsm_a_gm.c
index d1a6d413c1..5dc07b060c 100644
--- a/epan/dissectors/packet-gsm_a_gm.c
+++ b/epan/dissectors/packet-gsm_a_gm.c
@@ -6084,9 +6084,9 @@ proto_register_gsm_a_gm(void)
/* Setup protocol subtree array */
#define NUM_INDIVIDUAL_ELEMS 15
- static gint *ett[NUM_INDIVIDUAL_ELEMS +
- NUM_GSM_DTAP_MSG_GMM + NUM_GSM_DTAP_MSG_SM +
- NUM_GSM_GM_ELEM];
+ gint *ett[NUM_INDIVIDUAL_ELEMS +
+ NUM_GSM_DTAP_MSG_GMM + NUM_GSM_DTAP_MSG_SM +
+ NUM_GSM_GM_ELEM];
ett[0] = &ett_tc_component;
ett[1] = &ett_tc_invoke_id;