Fixup some silly prototype warnings
This commit is contained in:
parent
69a20f0aca
commit
eaecbf33f7
4 changed files with 11 additions and 13 deletions
|
@ -670,9 +670,7 @@ static void check_blocks(void)
|
|||
printf("one bad block\n");
|
||||
}
|
||||
|
||||
static void get_list_blocks(filename)
|
||||
char *filename;
|
||||
|
||||
static void get_list_blocks(char *filename)
|
||||
{
|
||||
FILE *listfile;
|
||||
unsigned long blockno;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue