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