Make these functions accept no argument (instead of any).
This commit is contained in:
parent
3ab44974ca
commit
21008cda5d
5 changed files with 9 additions and 9 deletions
|
|
@ -58,7 +58,7 @@ struct {
|
|||
};
|
||||
|
||||
void
|
||||
display_progress ()
|
||||
display_progress (void)
|
||||
{
|
||||
at_block++;
|
||||
if (0 == (at_block % mod_block)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue