mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-07-23 20:21:51 +00:00
rename nfc_disconnect() function to nfc_close().
This commit is contained in:
@@ -216,10 +216,10 @@ main (int argc, char *argv[])
|
||||
}
|
||||
}
|
||||
}
|
||||
nfc_disconnect (pnd);
|
||||
nfc_close (pnd);
|
||||
exit (EXIT_SUCCESS);
|
||||
|
||||
error:
|
||||
nfc_disconnect (pnd);
|
||||
nfc_close (pnd);
|
||||
exit (EXIT_FAILURE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user