mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-04-21 22:16:16 +00:00
Examples and utils are now updated to use the requiered nfc_context
This commit is contained in:
@@ -253,6 +253,6 @@ main(int argc, const char *argv[])
|
||||
nfc_close(pnd);
|
||||
}
|
||||
|
||||
nfc_exit(NULL);
|
||||
return 0;
|
||||
nfc_exit(context);
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user