Add missing \n in a printf()

This commit is contained in:
Ludovic Rousseau 2013-08-31 17:59:24 +02:00
parent a2a335e3d4
commit 565134d4c4

View file

@ -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