Missing "return 0"
Big pointy hat to: jmallett Spotted by: peter
This commit is contained in:
parent
7dc95357f8
commit
9e4789cc2f
@ -120,6 +120,7 @@ ufs_disk_fillout(struct uufsd *disk, const char *name)
|
||||
ERROR(disk, "could not read superblock to fill out disk");
|
||||
return -1;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
int
|
||||
|
Loading…
x
Reference in New Issue
Block a user