mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-14 01:03: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;
|
||||
}
|
||||
|
||||
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}};
|
||||
SendCommand(&c);
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue