aboutsummaryrefslogtreecommitdiffstats
path: root/randpkt.c
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2004-02-23 14:37:59 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2004-02-23 14:37:59 +0000
commit04c3f69fae08963fb0e660ae38887ed86fc83b3a (patch)
treecb52a6ab872a49c868c550ab9985f0d7fdfd64ff /randpkt.c
parent68bd3cd75c7494c8d06f9e401e38011de5867c41 (diff)
Remove a comma at end of enum
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10198 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'randpkt.c')
-rw-r--r--randpkt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/randpkt.c b/randpkt.c
index 8b486daef7..f88cac0925 100644
--- a/randpkt.c
+++ b/randpkt.c
@@ -4,7 +4,7 @@
* Creates random packet traces. Useful for debugging sniffers by testing
* assumptions about the veracity of the data found in the packet.
*
- * $Id: randpkt.c,v 1.18 2002/11/17 21:47:41 gerald Exp $
+ * $Id: randpkt.c,v 1.19 2004/02/23 14:37:59 jmayer Exp $
*
* Copyright (C) 1999 by Gilbert Ramirez <gram@alumni.rice.edu>
*
@@ -68,7 +68,7 @@ enum {
PKT_NCP2222,
PKT_GIOP,
PKT_BGP,
- PKT_TDS,
+ PKT_TDS
};
typedef struct {