aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ospf.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2003-12-21 04:31:58 +0000
committerJörg Mayer <jmayer@loplof.de>2003-12-21 04:31:58 +0000
commit3f020f582ecb5c6e6994a6ad896f41043f100536 (patch)
treeca7ac06e027a07c1eec24d79d0f34c6d9faa623d /packet-ospf.c
parent951b5352476bc57ca122fac571e2f489e3f1ada5 (diff)
Compiling with -pedantic:
warning: comma at end of enumerator list svn path=/trunk/; revision=9383
Diffstat (limited to 'packet-ospf.c')
-rw-r--r--packet-ospf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-ospf.c b/packet-ospf.c
index 210c0ebdce..e931c88d1f 100644
--- a/packet-ospf.c
+++ b/packet-ospf.c
@@ -2,7 +2,7 @@
* Routines for OSPF packet disassembly
* (c) Copyright Hannes R. Boehm <hannes@boehm.org>
*
- * $Id: packet-ospf.c,v 1.77 2003/10/24 22:59:37 guy Exp $
+ * $Id: packet-ospf.c,v 1.78 2003/12/21 04:31:56 jmayer Exp $
*
* At this time, this module is able to analyze OSPF
* packets as specified in RFC2328. MOSPF (RFC1584) and other
@@ -912,7 +912,7 @@ enum {
MPLS_LINK_REMOTE_ID,
MPLS_LINK_PROTECTION = 14,
MPLS_LINK_IF_SWITCHING_DESC,
- MPLS_LINK_SHARED_RISK_GROUP,
+ MPLS_LINK_SHARED_RISK_GROUP
};
static const value_string mpls_link_stlv_str[] = {