mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-04-21 22:16:16 +00:00
nfc_abort_command() function returns now 0 on success and libnfc error code on failure and fix some warnings.
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
static nfc_device *pnd;
|
||||
|
||||
void
|
||||
print_usage (char* progname)
|
||||
print_usage (const char* progname)
|
||||
{
|
||||
printf ("usage: %s [-v]\n", progname);
|
||||
printf (" -v\t verbose display\n");
|
||||
|
||||
Reference in New Issue
Block a user