nfc_abort_command() function returns now 0 on success and libnfc error code on failure and fix some warnings.

This commit is contained in:
Audrey Diacre 2012-01-05 14:49:02 +00:00
parent 8b07a5f4c7
commit c80ebdca25
10 changed files with 14 additions and 14 deletions

View file

@ -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");