summaryrefslogtreecommitdiffstats
path: root/sys/boot/common/part.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/common/part.c')
-rw-r--r--sys/boot/common/part.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/common/part.c b/sys/boot/common/part.c
index 3fad5dd..b349e96 100644
--- a/sys/boot/common/part.c
+++ b/sys/boot/common/part.c
@@ -514,7 +514,7 @@ vtoc8_parttype(uint16_t type)
return (PART_FREEBSD_VINUM);
case VTOC_TAG_FREEBSD_ZFS:
return (PART_FREEBSD_ZFS);
- };
+ }
return (PART_UNKNOWN);
}
OpenPOWER on IntegriCloud