Updated function declaration in utils/nfc-mfultralight.c
Updated a function declaration in utils/nfc-mfultralight.c to match the new style of C function declarations.
This commit is contained in:
parent
c42e2502d4
commit
ebb13d8965
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ unlock_card(void)
|
|||
return true;
|
||||
}
|
||||
|
||||
static bool check_magic()
|
||||
static bool check_magic(void)
|
||||
{
|
||||
bool bFailure = false;
|
||||
int uid_data;
|
||||
|
|
Loading…
Reference in a new issue