summaryrefslogtreecommitdiff
path: root/sys/arch/sh
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2008-08-24 03:13:13 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2008-08-24 03:13:13 +0000
commit44ef3ad003a5958592e143f2617a749748f7ebbe (patch)
tree9291dea5e12567314b64cf2e73372bbaf895101b /sys/arch/sh
parent3817bd2e9ab5ad569f0a1bcfdecb4006579fa33b (diff)
surplus semicolon on if statement
Diffstat (limited to 'sys/arch/sh')
-rw-r--r--sys/arch/sh/sh/sh_machdep.c4
1 files 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. */