Add missing \n in a printf()
This commit is contained in:
parent
a2a335e3d4
commit
565134d4c4
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ main(int argc, const char *argv[])
|
|||
pnd = nfc_open(context, NULL);
|
||||
|
||||
if (pnd == NULL) {
|
||||
printf("ERROR: %s", "Unable to open NFC device.");
|
||||
printf("ERROR: %s\n", "Unable to open NFC device.");
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
// Set opened NFC device to initiator mode
|
||||
|
|
Loading…
Reference in a new issue