diff options
author | Jörg Mayer <jmayer@loplof.de> | 2004-02-23 14:37:59 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2004-02-23 14:37:59 +0000 |
commit | 75456a5bbe74a592b4cc5c2e7d70ff1847698dc1 (patch) | |
tree | cb52a6ab872a49c868c550ab9985f0d7fdfd64ff /randpkt.c | |
parent | 0b94f168915515942762952002ac04f3722034bc (diff) | |
download | wireshark-75456a5bbe74a592b4cc5c2e7d70ff1847698dc1.tar.gz wireshark-75456a5bbe74a592b4cc5c2e7d70ff1847698dc1.tar.bz2 wireshark-75456a5bbe74a592b4cc5c2e7d70ff1847698dc1.zip |
Remove a comma at end of enum
svn path=/trunk/; revision=10198
Diffstat (limited to 'randpkt.c')
-rw-r--r-- | randpkt.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 { |