Skip to content

Commit

Permalink
Updated function declaration in utils/nfc-mfultralight.c
Browse files Browse the repository at this point in the history
Updated a function declaration in utils/nfc-mfultralight.c to match the new style of C function declarations.
  • Loading branch information
rstular authored Apr 29, 2019
1 parent c42e250 commit ebb13d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/nfc-mfultralight.c
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ unlock_card(void)
return true;
}

static bool check_magic()
static bool check_magic(void)
{
bool bFailure = false;
int uid_data;
Expand Down

0 comments on commit ebb13d8

Please sign in to comment.