mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-10 17:43:49 +00:00
Extend max length for firmware description & fix typo
This commit is contained in:
@@ -195,7 +195,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