mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-14 09:13:01 -07:00
hf mf ecfill: Add the missing line break.
This commit is contained in:
parent
e98389b355
commit
4e002980af
1 changed files with 1 additions and 1 deletions
|
@ -1907,7 +1907,7 @@ int CmdHF14AMfECFill(const char *Cmd)
|
||||||
default: numSectors = 16;
|
default: numSectors = 16;
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("--params: numSectors: %d, keyType:%d", numSectors, keyType);
|
printf("--params: numSectors: %d, keyType:%d\n", numSectors, keyType);
|
||||||
UsbCommand c = {CMD_MIFARE_EML_CARDLOAD, {numSectors, keyType, 0}};
|
UsbCommand c = {CMD_MIFARE_EML_CARDLOAD, {numSectors, keyType, 0}};
|
||||||
SendCommand(&c);
|
SendCommand(&c);
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue