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