Fix compiler warning

nfc-dep-initiator.c:54: warning: no previous prototype for ‘stop_dep_communication’
This commit is contained in:
Ludovic Rousseau 2012-05-13 12:54:37 +00:00
parent b5e688e74a
commit b5c1f2d619

View file

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