hf mf ecfill: Add the missing line break.

This commit is contained in:
Arnie97 2018-01-25 13:49:40 +08:00
parent e98389b355
commit 4e002980af

View file

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