summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/index.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-01-29 21:45:30 +0000
committerjkh <jkh@FreeBSD.org>1997-01-29 21:45:30 +0000
commit369e45d4cb610285a37059682f90b3f95cbd8cf2 (patch)
treeed8d79dd70625b73fb1afe48f6e54ac02aaa96b4 /usr.sbin/sysinstall/index.c
parentac85456797b8074dad5c1af1bb141abb9206d6ec (diff)
downloadFreeBSD-src-369e45d4cb610285a37059682f90b3f95cbd8cf2.zip
FreeBSD-src-369e45d4cb610285a37059682f90b3f95cbd8cf2.tar.gz
Cosmetic tweaks.
Also redirect stderr to Debug when running multiuser.
Diffstat (limited to 'usr.sbin/sysinstall/index.c')
-rw-r--r--usr.sbin/sysinstall/index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/index.c b/usr.sbin/sysinstall/index.c
index 79a0358..736e257 100644
--- a/usr.sbin/sysinstall/index.c
+++ b/usr.sbin/sysinstall/index.c
@@ -430,7 +430,7 @@ pkg_fire(dialogMenuItem *self)
msgInfo("Added %s to selection list", kp->name);
}
}
- else if (sp) {
+ else {
msgInfo("Removed %s from selection list", kp->name);
index_delete(sp);
}
OpenPOWER on IntegriCloud