From ebe98723d438f717c81535fc545f211dc040816a Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Mon, 8 Apr 2019 10:17:08 +0200 Subject: [PATCH] unshadow --- client/crypto/asn1dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/crypto/asn1dump.c b/client/crypto/asn1dump.c index c55244286..a4b491a84 100644 --- a/client/crypto/asn1dump.c +++ b/client/crypto/asn1dump.c @@ -25,7 +25,7 @@ #include "proxmark3.h" #ifndef PRINT_INDENT -# define PRINT_INDENT(level) {for (int i = 0; i < (level); i++) fprintf(f, " ");} +# define PRINT_INDENT(level) {for (int myi = 0; myi < (level); myi++) fprintf(f, " ");} #endif enum asn1_tag_t {