diff options
author | Jörg Mayer <jmayer@loplof.de> | 2003-12-21 05:51:34 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2003-12-21 05:51:34 +0000 |
commit | e78aba0a40c53895e09a2a6a240b2c1f480c86cf (patch) | |
tree | d724cb85e0cb4dec7f6cc33b8abae9611b28cb0a /packet-sna.c | |
parent | 56f992a47fabb23b59a36a53344cf85307a05774 (diff) | |
download | wireshark-e78aba0a40c53895e09a2a6a240b2c1f480c86cf.tar.gz wireshark-e78aba0a40c53895e09a2a6a240b2c1f480c86cf.tar.bz2 wireshark-e78aba0a40c53895e09a2a6a240b2c1f480c86cf.zip |
warning: ISO C does not allow extra ; outside of a function
svn path=/trunk/; revision=9387
Diffstat (limited to 'packet-sna.c')
-rw-r--r-- | packet-sna.c | 4 |
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 |