Extend max length for firmware description & fix typo

This commit is contained in:
Philippe Teuwen 2011-05-25 19:53:45 +00:00
parent 17c63aebb5
commit 96538d052b
10 changed files with 14 additions and 14 deletions

View file

@ -101,7 +101,7 @@ main (int argc, char *argv[])
}
// Display libnfc version
printf ("%s use libnfc %s\n", argv[0], acLibnfcVersion);
printf ("%s uses libnfc %s\n", argv[0], acLibnfcVersion);
#ifdef WIN32
signal (SIGINT, (void (__cdecl *) (int)) intr_hdlr);