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:
rstular 2019-04-29 09:49:09 +02:00 committed by GitHub
parent c42e2502d4
commit ebb13d8965
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -290,7 +290,7 @@ unlock_card(void)
return true; return true;
} }
static bool check_magic() static bool check_magic(void)
{ {
bool bFailure = false; bool bFailure = false;
int uid_data; int uid_data;