mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-02-24 10:46:35 +00:00
Fix compiler warning
nfc-dep-target.c:53: warning: no previous prototype for ‘stop_dep_communication’
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user