Commas not allowed after last entry in enum.
--
albert chin (china@xxxxxxxxxxxxxxxxxx)
-- snip snip
--- packet-rsvp.c.orig Mon Feb 10 10:11:13 2003
+++ packet-rsvp.c Mon Feb 10 10:11:47 2003
@@ -123,7 +123,7 @@
TT_DETOUR,
TT_UNKNOWN_CLASS,
- TT_MAX,
+ TT_MAX
};
static gint ett_treelist[TT_MAX];
static gint *ett_tree[TT_MAX];
@@ -233,7 +233,7 @@
RSVP_CLASS_LSP_TUNNEL_IF_ID = 227,
RSVP_CLASS_FAST_REROUTE = 228, /* TBD */
- RSVP_CLASS_DETOUR = 229, /* TBD */
+ RSVP_CLASS_DETOUR = 229 /* TBD */
};
static value_string rsvp_class_vals[] = {
Powered by MHonArc 2.6.10