]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-pppoe.c
remove trailing comma in enum
[tcpdump] / print-pppoe.c
index 8a0204641d5d4f24e8e4c22053fa04b65d056f3b..1d23fc355baf1e8c33351e34bb68a683acadcb4a 100644 (file)
@@ -21,7 +21,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-"@(#) $Header: /tcpdump/master/tcpdump/print-pppoe.c,v 1.4 2000-07-01 03:39:08 assar Exp $ (LBL)";
+"@(#) $Header: /tcpdump/master/tcpdump/print-pppoe.c,v 1.5 2000-07-10 04:36:19 assar Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -78,7 +78,7 @@ enum {
   PPPOE_RELAY_SID = 0x0110,
   PPPOE_SERVICE_NAME_ERROR = 0x0201,
   PPPOE_AC_SYSTEM_ERROR = 0x0202,
-  PPPOE_GENERIC_ERROR = 0x0203,
+  PPPOE_GENERIC_ERROR = 0x0203
 };
 
 static struct tok pppoetag2str[] = {