oops typo
This commit is contained in:
parent
4124dc662d
commit
eb86efa341
@ -245,7 +245,7 @@ main (int argc, char *argv[])
|
|||||||
|
|
||||||
printf ("Connected to the NFC reader device: %s\n", pndInitiator->acName);
|
printf ("Connected to the NFC reader device: %s\n", pndInitiator->acName);
|
||||||
|
|
||||||
if (!nfc_initiator_init (pndInitiator) {
|
if (!nfc_initiator_init (pndInitiator)) {
|
||||||
printf ("Error: fail initializing initiator\n");
|
printf ("Error: fail initializing initiator\n");
|
||||||
nfc_disconnect (pndInitiator);
|
nfc_disconnect (pndInitiator);
|
||||||
exit (EXIT_FAILURE);
|
exit (EXIT_FAILURE);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user