Clean up with newline
This commit is contained in:
parent
f4cfd01b6b
commit
9ba2686ace
@ -685,7 +685,7 @@ int main(int argc, char *const argv[])
|
|||||||
} else {
|
} else {
|
||||||
// Error, now try read() with B key
|
// Error, now try read() with B key
|
||||||
if (res == NFC_EMFCAUTHFAIL) {
|
if (res == NFC_EMFCAUTHFAIL) {
|
||||||
fprintf(stdout, "Failed reading with Key A after successfully testing Key A. This is unusual, but continuing anyway in case Key B succeeds...");
|
fprintf(stdout, "Failed reading with Key A after successfully testing Key A. This is unusual, but continuing anyway in case Key B succeeds...\n");
|
||||||
} else if (res != NFC_ERFTRANS) {
|
} else if (res != NFC_ERFTRANS) {
|
||||||
nfc_perror(r.pdi, "nfc_initiator_mifare_cmd");
|
nfc_perror(r.pdi, "nfc_initiator_mifare_cmd");
|
||||||
goto error;
|
goto error;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user