mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-03 14:21:47 +00:00
rename nfc_disconnect() function to nfc_close().
This commit is contained in:
@@ -52,6 +52,6 @@ main (int argc, const char *argv[])
|
||||
}
|
||||
}
|
||||
// Disconnect from NFC device
|
||||
nfc_disconnect (pnd);
|
||||
nfc_close (pnd);
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user