Codebase list libfreefare / 565134d
Add missing \n in a printf() Ludovic Rousseau 10 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
4848 pnd = nfc_open(context, NULL);
4949
5050 if (pnd == NULL) {
51 printf("ERROR: %s", "Unable to open NFC device.");
51 printf("ERROR: %s\n", "Unable to open NFC device.");
5252 exit(EXIT_FAILURE);
5353 }
5454 // Set opened NFC device to initiator mode