From d95eb2fd66720c6786b96cf6e715b4e59b2eb799 Mon Sep 17 00:00:00 2001 From: jsg Date: Sun, 24 Aug 2008 03:13:12 +0000 Subject: [PATCH] surplus semicolon on if statement --- sys/arch/sh/sh/sh_machdep.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/sh/sh/sh_machdep.c b/sys/arch/sh/sh/sh_machdep.c index 9b868dd6446..4f3079ee3f0 100644 --- a/sys/arch/sh/sh/sh_machdep.c +++ b/sys/arch/sh/sh/sh_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sh_machdep.c,v 1.20 2008/06/27 17:22:15 miod Exp $ */ +/* $OpenBSD: sh_machdep.c,v 1.21 2008/08/24 03:13:12 jsg Exp $ */ /* $NetBSD: sh3_machdep.c,v 1.59 2006/03/04 01:13:36 uwe Exp $ */ /* @@ -380,7 +380,7 @@ dumpconf(void) dumpextra = cpu_dumpsize(); /* Always skip the first block, in case there is a label there. */ - if (dumplo < btodb(1)); + if (dumplo < btodb(1)) dumplo = btodb(1); /* Put dump at the end of the partition, and make it fit. */ -- 2.20.1