diff options
author | Uwe Girlich <Uwe.Girlich@philosys.de> | 2002-04-02 06:28:16 +0000 |
---|---|---|
committer | Uwe Girlich <Uwe.Girlich@philosys.de> | 2002-04-02 06:28:16 +0000 |
commit | 73bd3782b664217085da9ee365be1f169a126d57 (patch) | |
tree | 75d5f4b786bb7da48375c7f66ee26849db83e304 /packet-quake3.c | |
parent | e363ae0f77036c9c730905de256ff65ed5e4e6fd (diff) |
code cleanup, removed unused parameters, inserted some _U_
svn path=/trunk/; revision=5086
Diffstat (limited to 'packet-quake3.c')
-rw-r--r-- | packet-quake3.c | 4 |
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; |