This was horrible as this made mfoc non-functional for cards
with unknown SAK’s.
This commit is contained in:
Kirill Elagin 2015-04-11 23:30:20 +03:00
parent 30ce00aa8e
commit b872a328e3

View file

@ -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;
}