aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tn5250.c
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2010-10-07 21:11:18 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2010-10-07 21:11:18 +0000
commit32e79ac87e08752d98db9db3b98cda5ae6eda37f (patch)
treea3eeb4dbf4b477baf9cdb8b18cadbd320816c6c1 /epan/dissectors/packet-tn5250.c
parentb31f6ff82ac740cdc6dd6136b2e6d7ca0f130039 (diff)
Define a global variable as static.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34409 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-tn5250.c')
-rw-r--r--epan/dissectors/packet-tn5250.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-tn5250.c b/epan/dissectors/packet-tn5250.c
index eb813ec727..35c14a7748 100644
--- a/epan/dissectors/packet-tn5250.c
+++ b/epan/dissectors/packet-tn5250.c
@@ -2900,7 +2900,7 @@ static gint ett_tn5250_qr_mask = -1;
static gint ett_tn5250_wea_prim_attr = -1;
static gint ett_cc = -1;
-tn5250_conv_info_t *tn5250_info_items;
+static tn5250_conv_info_t *tn5250_info_items;
static guint32 dissect_tn5250_orders_and_data(proto_tree *tn5250_tree, tvbuff_t *tvb, gint offset);