Fix compiler warning
mifare-classic-format.c:62: warning: no previous prototype for ‘display_progress’
This commit is contained in:
parent
5dc7a20c1c
commit
4a8dc7a4c6
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ struct {
|
||||||
.interactive = true
|
.interactive = true
|
||||||
};
|
};
|
||||||
|
|
||||||
void
|
static void
|
||||||
display_progress (void)
|
display_progress (void)
|
||||||
{
|
{
|
||||||
at_block++;
|
at_block++;
|
||||||
|
|
Loading…
Add table
Reference in a new issue