From 746b853b9ceca85e7ed01f018e78b38def29ba94 Mon Sep 17 00:00:00 2001 From: jmallett Date: Thu, 30 Jan 2003 00:10:24 +0000 Subject: [PATCH] Missing "return 0" Big pointy hat to: jmallett Spotted by: peter --- lib/libufs/type.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libufs/type.c b/lib/libufs/type.c index 54554654d240..e5cb06245572 100644 --- a/lib/libufs/type.c +++ b/lib/libufs/type.c @@ -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