Module Name:    src
Committed By:   christos
Date:           Sun Jun  3 18:59:45 UTC 2018

Modified Files:
        src/usr.sbin/sysinst/arch/i386: md.c

Log Message:
add missing brace.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/sysinst/arch/i386/md.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/sysinst/arch/i386/md.c
diff -u src/usr.sbin/sysinst/arch/i386/md.c:1.10 src/usr.sbin/sysinst/arch/i386/md.c:1.11
--- src/usr.sbin/sysinst/arch/i386/md.c:1.10	Sun Jun  3 10:38:28 2018
+++ src/usr.sbin/sysinst/arch/i386/md.c	Sun Jun  3 14:59:45 2018
@@ -1,4 +1,4 @@
-/*	$NetBSD: md.c,v 1.10 2018/06/03 14:38:28 martin Exp $ */
+/*	$NetBSD: md.c,v 1.11 2018/06/03 18:59:45 christos Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -329,6 +329,7 @@ md_post_newfs(void)
 		/* Defaulting the baud rate to that of stdin should suffice */
 		if (tcgetattr(0, &t) != -1)
 			boottype.bp_conspeed = t.c_ispeed;
+	}
 
 	if (pm == NULL || !pm->no_part) {
 		/*

Reply via email to