Fix compiler warning

mifare-classic-format.c:62: warning: no previous prototype for ‘display_progress’
This commit is contained in:
Ludovic Rousseau 2012-05-18 16:21:26 +00:00
parent 5dc7a20c1c
commit 4a8dc7a4c6

View file

@ -57,7 +57,7 @@ struct {
.interactive = true .interactive = true
}; };
void static void
display_progress (void) display_progress (void)
{ {
at_block++; at_block++;