From eb86efa341113a57007eeb61c7f2758d961dcf01 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Thu, 5 May 2011 10:14:21 +0000 Subject: [PATCH] oops typo --- examples/nfc-relay-picc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/nfc-relay-picc.c b/examples/nfc-relay-picc.c index b1d4da4..110f057 100644 --- a/examples/nfc-relay-picc.c +++ b/examples/nfc-relay-picc.c @@ -245,7 +245,7 @@ main (int argc, char *argv[]) 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"); nfc_disconnect (pndInitiator); exit (EXIT_FAILURE);