Fix compiler warning
nfc-dep-initiator.c:54: warning: no previous prototype for ‘stop_dep_communication’
This commit is contained in:
parent
b5e688e74a
commit
b5c1f2d619
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue