aboutsummaryrefslogtreecommitdiffstats
path: root/packet-quake2.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2003-09-21 20:06:02 +0000
committerGerald Combs <gerald@wireshark.org>2003-09-21 20:06:02 +0000
commitd47426ec5822554b4a28686c10f15898caba0ca1 (patch)
treeeb7cc6eac2585f715dbb4a394ad9c3328b495a77 /packet-quake2.c
parent21fe8b2187ff1fa2c55133b6dca73e104d9b8bff (diff)
Remove a bunch of duplicate semicolons.
svn path=/trunk/; revision=8509
Diffstat (limited to 'packet-quake2.c')
-rw-r--r--packet-quake2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-quake2.c b/packet-quake2.c
index 56b01642ee..efaab4f304 100644
--- a/packet-quake2.c
+++ b/packet-quake2.c
@@ -7,7 +7,7 @@
* http://www.dgs.monash.edu.au/~timf/bottim/
* http://www.opt-sci.Arizona.EDU/Pandora/default.asp
*
- * $Id: packet-quake2.c,v 1.15 2003/06/12 08:29:39 guy Exp $
+ * $Id: packet-quake2.c,v 1.16 2003/09/21 20:06:00 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -654,7 +654,7 @@ dissect_quake2_GamePacket(tvbuff_t *tvb, packet_info *pinfo,
if (game_tree) {
proto_item *seq2_item = proto_tree_add_text(game_tree,
tvb, offset, 4, "Acknowledge Sequence: %u (%s)",
- seq2, val_to_str(rel2,names_reliable,"%u"));;
+ seq2, val_to_str(rel2,names_reliable,"%u"));
if (seq2_item) {
proto_tree *seq2_tree = proto_item_add_subtree(
seq2_item, ett_quake2_game_seq2);