mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-02-25 11:16:34 +00:00
Fix compiler warning
nfc-list.c:64: warning: no previous prototype for ‘print_usage’
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
|
||||
static nfc_device *pnd;
|
||||
|
||||
void
|
||||
static void
|
||||
print_usage (const char* progname)
|
||||
{
|
||||
printf ("usage: %s [-v]\n", progname);
|
||||
|
||||
Reference in New Issue
Block a user