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