Fix copy & pasto (missing "again" label)
This commit is contained in:
parent
7aac251b81
commit
0d9613fa7b
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: md.c,v 1.11 2020/10/12 16:14:35 martin Exp $ */
|
||||
/* $NetBSD: md.c,v 1.12 2020/10/14 08:49:04 martin Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1997 Piermont Information Systems Inc.
|
||||
|
@ -84,6 +84,7 @@ md_get_info(struct install_partition_desc *install)
|
|||
if (pm->no_mbr || pm->no_part)
|
||||
return true;
|
||||
|
||||
again:
|
||||
if (pm->parts == NULL) {
|
||||
|
||||
const struct disk_partitioning_scheme *ps =
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: md.c,v 1.9 2020/10/12 16:14:37 martin Exp $ */
|
||||
/* $NetBSD: md.c,v 1.10 2020/10/14 08:49:04 martin Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1997 Piermont Information Systems Inc.
|
||||
|
@ -77,6 +77,7 @@ md_get_info(struct install_partition_desc *install)
|
|||
if (pm->no_mbr || pm->no_part)
|
||||
return true;
|
||||
|
||||
again:
|
||||
if (pm->parts == NULL) {
|
||||
|
||||
const struct disk_partitioning_scheme *ps =
|
||||
|
|
Loading…
Reference in New Issue