Fix compiler warning

nfc-dep-target.c:53: warning: no previous prototype for ‘stop_dep_communication’
This commit is contained in:
Ludovic Rousseau 2012-05-13 12:51:57 +00:00
parent edefdf0157
commit 6abb1c4eab

View file

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