From: jsg Date: Sun, 24 Aug 2008 03:13:12 +0000 (+0000) Subject: surplus semicolon on if statement X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=d95eb2fd66720c6786b96cf6e715b4e59b2eb799;p=openbsd surplus semicolon on if statement --- 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. */