mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-04-22 06:26:17 +00:00
Extend max length for firmware description & fix typo
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user