mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-04-20 05:26:18 +00:00
Fix a couple warnings.
This commit is contained in:
@@ -101,7 +101,7 @@ main (int argc, const char *argv[])
|
||||
printf ("No NFC device found.\n");
|
||||
}
|
||||
|
||||
printf ("%d NFC device(s) found:\n", szDeviceFound);
|
||||
printf ("%d NFC device(s) found:\n", (int) szDeviceFound);
|
||||
for (i = 0; i < szDeviceFound; i++) {
|
||||
pnd = nfc_open (NULL, connstrings[i]);
|
||||
if (pnd != NULL) {
|
||||
|
||||
Reference in New Issue
Block a user