aboutsummaryrefslogtreecommitdiffstats
path: root/packet-atalk.c
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2003-09-21 20:06:02 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2003-09-21 20:06:02 +0000
commitb538ebf11eefb9fb59e916dbe46fbdef6bc586bf (patch)
treeeb7cc6eac2585f715dbb4a394ad9c3328b495a77 /packet-atalk.c
parenta7deae1f5007bce1feb4c35aea9146f13be3d986 (diff)
Remove a bunch of duplicate semicolons.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8509 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-atalk.c')
-rw-r--r--packet-atalk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-atalk.c b/packet-atalk.c
index f4267d2e22..05d9a317d4 100644
--- a/packet-atalk.c
+++ b/packet-atalk.c
@@ -2,7 +2,7 @@
* Routines for AppleTalk packet disassembly: LLAP, DDP, NBP, ATP, ASP,
* RTMP.
*
- * $Id: packet-atalk.c,v 1.89 2003/08/28 04:19:28 guy Exp $
+ * $Id: packet-atalk.c,v 1.90 2003/09/21 20:05:59 gerald Exp $
*
* Simon Wilkinson <sxw@dcs.ed.ac.uk>
*
@@ -1266,7 +1266,7 @@ dissect_asp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
case ASPFUNC_CMD:
case ASPFUNC_WRITE:
proto_item_set_len(asp_tree, 4);
- aspinfo->code = tvb_get_ntohl(tvb, offset);;
+ aspinfo->code = tvb_get_ntohl(tvb, offset);
proto_tree_add_item(asp_tree, hf_asp_error, tvb, offset, 4, FALSE);
offset += 4;
len = tvb_reported_length_remaining(tvb,offset);