From d02a48f2f7c5356e362646d85066b5f6e54f7fdf Mon Sep 17 00:00:00 2001 From: John Hay Date: Tue, 15 Jan 2002 05:43:37 +0000 Subject: [PATCH] Compilers are very picky about matching opeining and closing brackets. --- usr.sbin/sysinstall/dist.c | 1 - 1 file changed, 1 deletion(-) diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c index 1e41dc1e5fc6..0639ab3ed9ac 100644 --- a/usr.sbin/sysinstall/dist.c +++ b/usr.sbin/sysinstall/dist.c @@ -822,7 +822,6 @@ distExtract(char *parent, Distribution *me) (void)mount("devfs", "/dev", 0, NULL); unmounted_dev = 0; } - } } properties_free(dist_attr); sigaction(SIGINT, &old, NULL); /* Restore signal handler */