From 3ff81e933201612bd216e2de3ded6a692560f88a Mon Sep 17 00:00:00 2001 From: Pascal Quantin Date: Sat, 2 Feb 2013 13:31:46 +0000 Subject: Fix error: declaration of 'j' shadows a previous local svn path=/trunk/; revision=47445 --- epan/dissectors/packet-per.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-per.c') diff --git a/epan/dissectors/packet-per.c b/epan/dissectors/packet-per.c index fde55bcc29..814c274b82 100644 --- a/epan/dissectors/packet-per.c +++ b/epan/dissectors/packet-per.c @@ -1853,7 +1853,7 @@ DEBUG_ENTRY("dissect_per_sequence"); guint32 new_offset; guint32 difference; guint32 extension_index; - guint32 j,k; + guint32 k; if(!((1L<<(num_extensions-1-i))&extension_mask)){ /* this extension is not encoded in this PDU */ -- cgit v1.2.1