aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sigcomp.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-09-29 01:31:19 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-09-29 01:31:19 +0000
commit02b75e450ac057f936e9bfc9bcece705f5961073 (patch)
tree97e667fc22967e6cadd02d7faa5868833b5e449d /epan/dissectors/packet-sigcomp.c
parentde651cf079812b3584e5ccb57721bd49e33610b3 (diff)
Make "top_tree" static; nobody else uses it, and if they're both not
static, they collide with one another in builds on at least some platforms. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16049 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-sigcomp.c')
-rw-r--r--epan/dissectors/packet-sigcomp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-sigcomp.c b/epan/dissectors/packet-sigcomp.c
index 54573b1963..a811d285da 100644
--- a/epan/dissectors/packet-sigcomp.c
+++ b/epan/dissectors/packet-sigcomp.c
@@ -319,7 +319,7 @@ static void tvb_raw_text_add(tvbuff_t *tvb, proto_tree *tree);
static int dissect_sigcomp_common(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
-proto_tree *top_tree;
+static proto_tree *top_tree;
/* Initialize the state handler
*