aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rx.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-rx.c
parent21fe8b2187ff1fa2c55133b6dca73e104d9b8bff (diff)
Remove a bunch of duplicate semicolons.
svn path=/trunk/; revision=8509
Diffstat (limited to 'packet-rx.c')
-rw-r--r--packet-rx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-rx.c b/packet-rx.c
index 6993c1b55c..e3f9186fd7 100644
--- a/packet-rx.c
+++ b/packet-rx.c
@@ -4,7 +4,7 @@
* Based on routines from tcpdump patches by
* Ken Hornstein <kenh@cmf.nrl.navy.mil>
*
- * $Id: packet-rx.c,v 1.38 2003/01/31 03:17:46 guy Exp $
+ * $Id: packet-rx.c,v 1.39 2003/09/21 20:06:01 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -464,7 +464,7 @@ dissect_rx(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree)
/* epoch : 4 bytes */
{
- nstime_t ts;;
+ nstime_t ts;
ts.secs = tvb_get_ntohl(tvb, offset);
ts.nsecs = 0;