aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-telnet.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-03-13 07:53:19 +0000
committerGuy Harris <guy@alum.mit.edu>2005-03-13 07:53:19 +0000
commitd5c1aec8b517efff67e6e8d9a4d5aa073de19044 (patch)
treeb78a8802efab414812a94bb687a5643c8afe7ec2 /epan/dissectors/packet-telnet.c
parent9d5ee3cfea8739a71237dc97233145e33e2cb74b (diff)
Get rid of extra semicolon - it might be giving MSVC++ heartburn.
svn path=/trunk/; revision=13740
Diffstat (limited to 'epan/dissectors/packet-telnet.c')
-rw-r--r--epan/dissectors/packet-telnet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-telnet.c b/epan/dissectors/packet-telnet.c
index 63441bf3f5..06c6405199 100644
--- a/epan/dissectors/packet-telnet.c
+++ b/epan/dissectors/packet-telnet.c
@@ -1166,7 +1166,7 @@ telnet_sub_option(packet_info *pinfo, proto_tree *telnet_tree, tvbuff_t *tvb, in
guint8 opt_byte;
int subneg_len;
const char *opt;
- gint ett = ett_telnet_subopt;;
+ gint ett = ett_telnet_subopt;
int iac_offset;
guint len;
void (*dissect)(packet_info *, const char *, tvbuff_t *, int, int, proto_tree *);