aboutsummaryrefslogtreecommitdiffstats
path: root/packet-aim.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2003-12-21 11:40:45 +0000
committerJörg Mayer <jmayer@loplof.de>2003-12-21 11:40:45 +0000
commit3086e0b9e70f33578fb28208e31dca10189e680d (patch)
tree58b3804dab87d5c9ce118a068918c00296b217c2 /packet-aim.c
parent7d6833db51b53ef51e6aba6c38be9162677a3f3f (diff)
warning: ISO C does not allow extra ; outside of a function
svn path=/trunk/; revision=9390
Diffstat (limited to 'packet-aim.c')
-rw-r--r--packet-aim.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-aim.c b/packet-aim.c
index 8857265b7d..62719f75f1 100644
--- a/packet-aim.c
+++ b/packet-aim.c
@@ -2,7 +2,7 @@
* Routines for AIM Instant Messenger (OSCAR) dissection
* Copyright 2000, Ralf Hoelzer <ralf@well.com>
*
- * $Id: packet-aim.c,v 1.30 2003/06/12 08:33:28 guy Exp $
+ * $Id: packet-aim.c,v 1.31 2003/12/21 11:40:45 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1945,7 +1945,7 @@ proto_register_aim(void)
"Desegment all AIM messages spanning multiple TCP segments",
"Whether the AIM dissector should desegment all messages spanning multiple TCP segments",
&aim_desegment);
-};
+}
void
proto_reg_handoff_aim(void)