Compilers are very picky about matching opeining and closing brackets.

This commit is contained in:
John Hay 2002-01-15 05:43:37 +00:00
parent 7c90b34292
commit d02a48f2f7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89381

View file

@ -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 */