aboutsummaryrefslogtreecommitdiffstats
path: root/packet-cops.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-cops.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-cops.c')
-rw-r--r--packet-cops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-cops.c b/packet-cops.c
index ab5ca5e3ec..2e6c515821 100644
--- a/packet-cops.c
+++ b/packet-cops.c
@@ -4,7 +4,7 @@
*
* Copyright 2000, Heikki Vatiainen <hessu@cs.tut.fi>
*
- * $Id: packet-cops.c,v 1.38 2003/12/13 02:10:30 guy Exp $
+ * $Id: packet-cops.c,v 1.39 2003/12/21 05:51:32 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1555,7 +1555,7 @@ void proto_register_cops(void)
"Whether the COPS dissector should decode COPS-PR ASN.1 types based on data types read from packet or PIBs (converted to MIBs)",
&cops_typefrommib);
#endif /*HAVE_NET_SNMP*/
-};
+}
void proto_reg_handoff_cops(void)
{