nfc_abort_command() function returns now 0 on success and libnfc error code on failure and fix some warnings.
This commit is contained in:
parent
8b07a5f4c7
commit
c80ebdca25
10 changed files with 14 additions and 14 deletions
|
|
@ -63,7 +63,7 @@ void stop_polling (int sig)
|
|||
}
|
||||
|
||||
void
|
||||
print_usage (char* progname)
|
||||
print_usage (const char* progname)
|
||||
{
|
||||
printf ("usage: %s [-v]\n", progname);
|
||||
printf (" -v\t verbose display\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue