summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-per.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2013-02-02 13:31:46 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2013-02-02 13:31:46 +0000
commit3ff81e933201612bd216e2de3ded6a692560f88a (patch)
tree02812544e7cc7fb3eaf21e3a05e3f294eb341638 /epan/dissectors/packet-per.c
parenteac8585dc935ad77c8c2fae802605f31624cbb98 (diff)
downloadwireshark-3ff81e933201612bd216e2de3ded6a692560f88a.tar.gz
Fix error: declaration of 'j' shadows a previous local
svn path=/trunk/; revision=47445
Diffstat (limited to 'epan/dissectors/packet-per.c')
-rw-r--r--epan/dissectors/packet-per.c2
1 files changed, 1 insertions, 1 deletions
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 */