mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-10 09:33:48 +00:00
rename nfc_disconnect() function to nfc_close().
This commit is contained in:
@@ -197,6 +197,6 @@ int main(int argc, const char* argv[])
|
||||
if (input != NULL) {
|
||||
fclose(input);
|
||||
}
|
||||
nfc_disconnect(pnd);
|
||||
nfc_close(pnd);
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user