Fix compiler warning

nfc-probe.c:64: warning: no previous prototype for ‘print_usage’
This commit is contained in:
Ludovic Rousseau 2012-05-13 12:55:26 +00:00
parent b5c1f2d619
commit 0926f8a7c9

View file

@ -59,7 +59,7 @@
static nfc_device *pnd;
void
static void
print_usage (const char* progname)
{
printf ("usage: %s [-v]\n", progname);