mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-04-21 22:16:16 +00:00
Extend max length for firmware description & fix typo
This commit is contained in:
@@ -81,7 +81,7 @@ main (int argc, const char *argv[])
|
||||
errx (1, "usage: %s", argv[0]);
|
||||
}
|
||||
|
||||
printf ("%s use libnfc %s\n", argv[0], acLibnfcVersion);
|
||||
printf ("%s uses libnfc %s\n", argv[0], acLibnfcVersion);
|
||||
|
||||
if (szFound == 0) {
|
||||
if (!(pnddDevices = malloc (MAX_DEVICE_COUNT * sizeof (*pnddDevices)))) {
|
||||
|
||||
Reference in New Issue
Block a user