aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sua.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-05-30 08:34:19 +0000
committerGuy Harris <guy@alum.mit.edu>2002-05-30 08:34:19 +0000
commit531cb17873359c47ac707c62946bb1b60c53be7c (patch)
tree7d11705b1b6d871cae85abf6d5ab7f37e1a54e09 /packet-sua.c
parentca03167c44822e04c15878bdd3563df757cfed23 (diff)
From Albert Chin: fix various non-GCC compiler warnings.
svn path=/trunk/; revision=5600
Diffstat (limited to 'packet-sua.c')
-rw-r--r--packet-sua.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-sua.c b/packet-sua.c
index 2c8c523f6d..03997c4c83 100644
--- a/packet-sua.c
+++ b/packet-sua.c
@@ -6,7 +6,7 @@
*
* Copyright 2000, Michael Tüxen <Michael.Tuexen@icn.siemens.de>
*
- * $Id: packet-sua.c,v 1.6 2002/01/24 09:20:52 guy Exp $
+ * $Id: packet-sua.c,v 1.7 2002/05/30 08:34:19 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -2754,7 +2754,7 @@ proto_register_sua(void)
"SUA Version",
&sua_version,
sua_options, FALSE);
-};
+}
void
proto_reg_handoff_sua(void)