From b5c1f2d619e16fc60d286d3270267b8e307ba726 Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Sun, 13 May 2012 12:54:37 +0000 Subject: [PATCH] Fix compiler warning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit nfc-dep-initiator.c:54: warning: no previous prototype for ‘stop_dep_communication’ --- examples/nfc-dep-initiator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/nfc-dep-initiator.c b/examples/nfc-dep-initiator.c index 272cdf0..0d74915 100644 --- a/examples/nfc-dep-initiator.c +++ b/examples/nfc-dep-initiator.c @@ -50,7 +50,7 @@ static nfc_device *pnd; -void stop_dep_communication (int sig) +static void stop_dep_communication (int sig) { (void) sig; if (pnd)