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