Extend max length for firmware description & fix typo
This commit is contained in:
parent
17c63aebb5
commit
96538d052b
10 changed files with 14 additions and 14 deletions
|
|
@ -184,7 +184,7 @@ main (int argc, char *argv[])
|
|||
|
||||
// Display libnfc version
|
||||
acLibnfcVersion = nfc_version ();
|
||||
printf ("%s use libnfc %s\n", argv[0], acLibnfcVersion);
|
||||
printf ("%s uses libnfc %s\n", argv[0], acLibnfcVersion);
|
||||
|
||||
if (pnd == NULL) {
|
||||
ERR("Unable to connect to NFC device");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue