mirror of
https://github.com/nfc-tools/libnfc.git
synced 2025-12-23 18:50:05 +00:00
Add missing \n in a printf()
This commit is contained in:
parent
a2a335e3d4
commit
565134d4c4
@ -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…
x
Reference in New Issue
Block a user