aboutsummaryrefslogtreecommitdiffstats
path: root/packet-quake3.c
diff options
context:
space:
mode:
authorgirlich <girlich@f5534014-38df-0310-8fa8-9805f1628bb7>2002-04-02 06:28:16 +0000
committergirlich <girlich@f5534014-38df-0310-8fa8-9805f1628bb7>2002-04-02 06:28:16 +0000
commita3aff48248ab7cea9c9b0e32faa83f3121a36986 (patch)
tree75d5f4b786bb7da48375c7f66ee26849db83e304 /packet-quake3.c
parentc3bdd544ca56a1e980a3961b6e28c168fd3b3683 (diff)
code cleanup, removed unused parameters, inserted some _U_
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5086 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-quake3.c')
-rw-r--r--packet-quake3.c4
1 files changed, 2 insertions, 2 deletions
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 <uwe@planetquake.com>
*
- * $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 <gerald@ethereal.com>
@@ -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;