Fix typo
This was horrible as this made mfoc non-functional for cards with unknown SAK’s.
This commit is contained in:
parent
30ce00aa8e
commit
b872a328e3
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ int main(int argc, char *const argv[])
|
||||||
t.num_sectors = NR_TRAILERS_4k;
|
t.num_sectors = NR_TRAILERS_4k;
|
||||||
t.num_blocks = NR_BLOCKS_4k;
|
t.num_blocks = NR_BLOCKS_4k;
|
||||||
break;
|
break;
|
||||||
defaul:
|
default:
|
||||||
ERR("Cannot determine card type from SAK");
|
ERR("Cannot determine card type from SAK");
|
||||||
goto error;
|
goto error;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue