From 5ce892987954bf902c5bb5708ec39ad1cbeb5841 Mon Sep 17 00:00:00 2001 From: deraadt Date: Thu, 3 Jun 2021 13:14:03 +0000 Subject: [PATCH] typo --- usr.sbin/installboot/armv7_installboot.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/installboot/armv7_installboot.c b/usr.sbin/installboot/armv7_installboot.c index 951218f1d62..0f328846f63 100644 --- a/usr.sbin/installboot/armv7_installboot.c +++ b/usr.sbin/installboot/armv7_installboot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: armv7_installboot.c,v 1.8 2021/06/02 22:44:27 krw Exp $ */ +/* $OpenBSD: armv7_installboot.c,v 1.9 2021/06/03 13:14:03 deraadt Exp $ */ /* $NetBSD: installboot.c,v 1.5 1995/11/17 23:23:50 gwr Exp $ */ /* @@ -275,7 +275,7 @@ gpt_chk_mbr(struct dos_partition *dp, u_int64_t dsize) if (dp2->dp_typ != DOSPTYP_EFI) continue; if (letoh32(dp2->dp_start) != GPTSECTOR) - continue + continue; psize = letoh32(dp2->dp_size); if (psize <= (dsize - GPTSECTOR) || psize == UINT32_MAX) efi++; -- 2.20.1