mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-02-27 04:06:38 +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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user