warning: ISO C does not allow extra ; outside of a function
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 21 Dec 2003 11:40:45 +0000 (11:40 +0000)
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 21 Dec 2003 11:40:45 +0000 (11:40 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9390 f5534014-38df-0310-8fa8-9805f1628bb7

packet-aim.c

index 8857265b7dcfcd00a56c204c0ba0443c53d3bcf7..62719f75f1e3180059b4bb29aa39f6c6e2e6f508 100644 (file)
@@ -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)