aboutsummaryrefslogtreecommitdiffstats
path: root/packet-xdmcp.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-xdmcp.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-xdmcp.c')
-rw-r--r--packet-xdmcp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-xdmcp.c b/packet-xdmcp.c
index 9192d1d823..ebc179a33e 100644
--- a/packet-xdmcp.c
+++ b/packet-xdmcp.c
@@ -2,7 +2,7 @@
* Routines for XDMCP message dissection
* Copyright 2002, Pasi Eronen <pasi.eronen@nixu.com>
*
- * $Id: packet-xdmcp.c,v 1.3 2002/08/28 21:00:40 jmayer Exp $
+ * $Id: packet-xdmcp.c,v 1.4 2003/12/21 05:51:34 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -504,7 +504,7 @@ void proto_register_xdmcp(void)
/* Required function calls to register the header fields and subtrees used */
proto_register_field_array(proto_xdmcp, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));
-};
+}
void
proto_reg_handoff_xdmcp(void)