mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-12 10:33:47 +00:00
Fix compiler warning
nfc-probe.c:64: warning: no previous prototype for ‘print_usage’
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user