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 {