aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2003-12-21 05:29:26 +0000
committerJörg Mayer <jmayer@loplof.de>2003-12-21 05:29:26 +0000
commit56f992a47fabb23b59a36a53344cf85307a05774 (patch)
tree5b56bcf80e559f05fbdeb96586fe7a49b0fb15af
parent04dc6ff0eaeaaec232ce47b704a1e978b4145e14 (diff)
warning: ISO C does not allow extra ; outside of a function
svn path=/trunk/; revision=9386
-rw-r--r--plugins/asn1/packet-asn1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/asn1/packet-asn1.c b/plugins/asn1/packet-asn1.c
index 59cc98cc94..24f11651ce 100644
--- a/plugins/asn1/packet-asn1.c
+++ b/plugins/asn1/packet-asn1.c
@@ -3,7 +3,7 @@
*
* Copyright (c) 2003 by Matthijs Melchior <matthijs.melchior@xs4all.nl>
*
- * $Id: packet-asn1.c,v 1.12 2003/12/21 04:38:41 jmayer Exp $
+ * $Id: packet-asn1.c,v 1.13 2003/12/21 05:29:26 jmayer Exp $
*
* A plugin for:
*
@@ -1553,7 +1553,7 @@ decode_asn1_sequence(tvbuff_t *tvb, guint offset, guint tlen, proto_tree *pt, in
/* search throug the ASN.1 description for appropriate names */
/************************************************************************************************/
-guint lev_limit = G_MAXINT;;
+guint lev_limit = G_MAXINT;
int icount = 0; /* item counter */