Fix compiler warning
nfc-probe.c:64: warning: no previous prototype for ‘print_usage’
This commit is contained in:
parent
b5c1f2d619
commit
0926f8a7c9
@ -59,7 +59,7 @@
|
||||
|
||||
static nfc_device *pnd;
|
||||
|
||||
void
|
||||
static void
|
||||
print_usage (const char* progname)
|
||||
{
|
||||
printf ("usage: %s [-v]\n", progname);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user