From 02cf0b3d6056597257525da6f28affc0a92b0c03 Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Sun, 13 May 2012 13:03:47 +0000 Subject: [PATCH] Fix compiler warning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit nfc-list.c:64: warning: no previous prototype for ‘print_usage’ --- utils/nfc-list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/nfc-list.c b/utils/nfc-list.c index fcc9bc2..00daecc 100644 --- a/utils/nfc-list.c +++ b/utils/nfc-list.c @@ -59,7 +59,7 @@ static nfc_device *pnd; -void +static void print_usage (const char* progname) { printf ("usage: %s [-v]\n", progname);