]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
hf mf ecfill: Add the missing line break.
authorArnie97 <arnie97@gmail.com>
Thu, 25 Jan 2018 05:49:40 +0000 (13:49 +0800)
committerArnie97 <arnie97@gmail.com>
Thu, 25 Jan 2018 06:39:27 +0000 (14:39 +0800)
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