mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
remove unused variable to make compiler happy
This commit is contained in:
@@ -6425,7 +6425,7 @@ static int parse_mfc_blocks(const char *in, uint8_t blocks_out[], size_t *blocks
|
||||
uint64_t seen_so_far = 0;
|
||||
bool has_data = false;
|
||||
bool has_trailer = false;
|
||||
for (int i = 0;; i++) {
|
||||
for (;;) {
|
||||
token = strtok_r(ptr, ",", &saveptr);
|
||||
ptr = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user