From ebb13d8965114bac431a95a89576be35a0cf45f8 Mon Sep 17 00:00:00 2001 From: rstular Date: Mon, 29 Apr 2019 09:49:09 +0200 Subject: [PATCH] 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. --- utils/nfc-mfultralight.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/nfc-mfultralight.c b/utils/nfc-mfultralight.c index 3fe2100..8c6859a 100644 --- a/utils/nfc-mfultralight.c +++ b/utils/nfc-mfultralight.c @@ -290,7 +290,7 @@ unlock_card(void) return true; } -static bool check_magic() +static bool check_magic(void) { bool bFailure = false; int uid_data;