From fe67232768ed3442a4ab09543f9149366191c34c Mon Sep 17 00:00:00 2001 From: pjd Date: Sat, 18 Feb 2006 03:04:26 +0000 Subject: [PATCH] This function returns nothing. --- sys/geom/label/g_label_ufs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/geom/label/g_label_ufs.c b/sys/geom/label/g_label_ufs.c index d5372937f3d6..0af23bc1781e 100644 --- a/sys/geom/label/g_label_ufs.c +++ b/sys/geom/label/g_label_ufs.c @@ -54,7 +54,7 @@ g_label_ufs_taste(struct g_consumer *cp, char *label, size_t size) label[0] = '\0'; if (SBLOCKSIZE % cp->provider->sectorsize != 0) - return (0); + return; /* * Walk through the standard places that superblocks hide and look