Fix compiler warning

nfc-list.c:64: warning: no previous prototype for ‘print_usage’
This commit is contained in:
Ludovic Rousseau 2012-05-13 13:03:47 +00:00
parent 55ef86da33
commit 02cf0b3d60

View file

@ -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);