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-igrp.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-igrp.c')
-rw-r--r-- | packet-igrp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-igrp.c b/packet-igrp.c index bd2462900d..395bdcf74c 100644 --- a/packet-igrp.c +++ b/packet-igrp.c @@ -2,7 +2,7 @@ * Routines for IGRP dissection * Copyright 2000, Paul Ionescu <paul@acorp.ro> * - * $Id: packet-igrp.c,v 1.13 2002/08/28 21:00:17 jmayer Exp $ + * $Id: packet-igrp.c,v 1.14 2003/12/21 05:51:33 jmayer Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -200,7 +200,7 @@ void proto_register_igrp(void) /* Required function calls to register the header fields and subtrees used */ proto_register_field_array(proto_igrp, hf, array_length(hf)); proto_register_subtree_array(ett, array_length(ett)); -}; +} void proto_reg_handoff_igrp(void) |