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