aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sna.c
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2003-12-21 05:51:34 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2003-12-21 05:51:34 +0000
commitaff5c41136769f73847a65e14efe6563c310a581 (patch)
treed724cb85e0cb4dec7f6cc33b8abae9611b28cb0a /packet-sna.c
parentae74f673da3e20035af08ec3e71f8821463f18c0 (diff)
warning: ISO C does not allow extra ; outside of a function
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9387 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-sna.c')
-rw-r--r--packet-sna.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-sna.c b/packet-sna.c
index ec6f18153b..95a8bdcfcf 100644
--- a/packet-sna.c
+++ b/packet-sna.c
@@ -3,7 +3,7 @@
* Gilbert Ramirez <gram@alumni.rice.edu>
* Jochen Friedrich <jochen@scram.de>
*
- * $Id: packet-sna.c,v 1.48 2003/07/18 05:12:13 guy Exp $
+ * $Id: packet-sna.c,v 1.49 2003/12/21 05:51:34 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -2558,7 +2558,7 @@ dissect_gds(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
if (tvb_offset_exists(tvb, offset))
call_dissector(data_handle,
tvb_new_subset(tvb, offset, -1, -1), pinfo, parent_tree);
-};
+}
/* --------------------------------------------------------------------
* General stuff