From 2fa2d55de0670651bf3bcb9f449312f5a4d073ff Mon Sep 17 00:00:00 2001 From: etxrab Date: Fri, 4 May 2007 06:41:55 +0000 Subject: Fix a copy paste error. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21674 f5534014-38df-0310-8fa8-9805f1628bb7 --- epan/dissectors/packet-h245.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-h245.c') diff --git a/epan/dissectors/packet-h245.c b/epan/dissectors/packet-h245.c index ab0293305d..e64e66d426 100644 --- a/epan/dissectors/packet-h245.c +++ b/epan/dissectors/packet-h245.c @@ -2186,7 +2186,7 @@ static gint ett_h245_MobileMultilinkReconfigurationIndication = -1; #line 287 "packet-h245-template.c" /* Forward declarations */ -dissect_h245_MultimediaSystemControlMessage(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_); +static int dissect_h245_MultimediaSystemControlMessage(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_); static void reset_h245_pi(void *dummy _U_) { h245_pi = NULL; /* Make sure we don't leave ep_alloc()ated memory lying around */ -- cgit v1.2.3