From a3aff48248ab7cea9c9b0e32faa83f3121a36986 Mon Sep 17 00:00:00 2001 From: girlich Date: Tue, 2 Apr 2002 06:28:16 +0000 Subject: code cleanup, removed unused parameters, inserted some _U_ git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5086 f5534014-38df-0310-8fa8-9805f1628bb7 --- packet-quake3.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packet-quake3.c') diff --git a/packet-quake3.c b/packet-quake3.c index 827bcfdb2a..e8d2a0c578 100644 --- a/packet-quake3.c +++ b/packet-quake3.c @@ -3,7 +3,7 @@ * * Uwe Girlich * - * $Id: packet-quake3.c,v 1.11 2002/04/02 01:32:46 guy Exp $ + * $Id: packet-quake3.c,v 1.12 2002/04/02 06:28:16 girlich Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -145,7 +145,7 @@ static const value_string names_command[] = { static void -dissect_quake3_ConnectionlessPacket(tvbuff_t *tvb, packet_info *pinfo, +dissect_quake3_ConnectionlessPacket(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, int* direction) { proto_tree *cl_tree = NULL; -- cgit v1.2.3