Missing "return 0"

Big pointy hat to:	jmallett
Spotted by:		peter
This commit is contained in:
Juli Mallett 2003-01-30 00:10:24 +00:00
parent 7dc95357f8
commit 9e4789cc2f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=110067

View File

@ -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