]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhfmf.c
hf mf ecfill: Add the missing line break.
[proxmark3-svn] / client / cmdhfmf.c
index b653cf300a1a7199b0d7e869cda93a187188c895..d0320148bf1ddec43d511c6787e7a4fe52b6f792 100644 (file)
@@ -1907,7 +1907,7 @@ int CmdHF14AMfECFill(const char *Cmd)
                default:   numSectors = 16;\r
        }\r
 \r
-       printf("--params: numSectors: %d, keyType:%d", numSectors, keyType);\r
+       printf("--params: numSectors: %d, keyType:%d\n", numSectors, keyType);\r
        UsbCommand c = {CMD_MIFARE_EML_CARDLOAD, {numSectors, keyType, 0}};\r
        SendCommand(&c);\r
        return 0;\r
Impressum, Datenschutz