mirror of
https://github.com/nfc-tools/mfoc.git
synced 2026-03-10 20:34:20 +00:00
Fix typo
This was horrible as this made mfoc non-functional for cards with unknown SAK’s.
This commit is contained in:
@@ -241,7 +241,7 @@ int main(int argc, char *const argv[])
|
||||
t.num_sectors = NR_TRAILERS_4k;
|
||||
t.num_blocks = NR_BLOCKS_4k;
|
||||
break;
|
||||
defaul:
|
||||
default:
|
||||
ERR("Cannot determine card type from SAK");
|
||||
goto error;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user