zap stray tabs

This commit is contained in:
okan 2020-03-24 14:48:29 +00:00
parent 6c20772841
commit 6afdd483c7
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ main(int argc, char **argv)
signal(SIGINT, sighdlr) == SIG_ERR ||
signal(SIGTERM, sighdlr) == SIG_ERR)
err(1, "signal");
if (parse_config(Conf.conf_file, &Conf) == -1) {
warnx("error parsing config file");
if (nflag)