Module Name: src Committed By: martin Date: Mon Jun 17 14:18:32 UTC 2019
Modified Files: src/usr.sbin/sysinst/arch/i386: md.c Log Message: whitespace To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 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.15 src/usr.sbin/sysinst/arch/i386/md.c:1.16 --- src/usr.sbin/sysinst/arch/i386/md.c:1.15 Wed Jun 12 06:20:21 2019 +++ src/usr.sbin/sysinst/arch/i386/md.c Mon Jun 17 14:18:32 2019 @@ -1,4 +1,4 @@ -/* $NetBSD: md.c,v 1.15 2019/06/12 06:20:21 martin Exp $ */ +/* $NetBSD: md.c,v 1.16 2019/06/17 14:18:32 martin Exp $ */ /* * Copyright 1997 Piermont Information Systems Inc. @@ -269,14 +269,15 @@ md_post_newfs(struct install_partition_d boottype.bp_conspeed); ret = run_program(RUN_DISPLAY, "/usr/sbin/installboot -o %s %s %s", - boot_options, rdev, bootxx_filename); + boot_options, rdev, bootxx_filename); free(bootxx_filename); - } else - ret = -1; - - if (ret != 0) - process_menu(MENU_ok, - __UNCONST("Warning: disk is probably not bootable")); + } else { + ret = -1; + } + + if (ret != 0) + process_menu(MENU_ok, + __UNCONST("Warning: disk is probably not bootable")); return ret; }