surplus semicolon on if statement
authorjsg <jsg@openbsd.org>
Sun, 24 Aug 2008 03:13:12 +0000 (03:13 +0000)
committerjsg <jsg@openbsd.org>
Sun, 24 Aug 2008 03:13:12 +0000 (03:13 +0000)
sys/arch/sh/sh/sh_machdep.c

index 9b868dd..4f3079e 100644 (file)
@@ -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. */