mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
zap stray tabs
This commit is contained in:
parent
6c20772841
commit
6afdd483c7
2
calmwm.c
2
calmwm.c
@ -94,7 +94,7 @@ main(int argc, char **argv)
|
|||||||
signal(SIGINT, sighdlr) == SIG_ERR ||
|
signal(SIGINT, sighdlr) == SIG_ERR ||
|
||||||
signal(SIGTERM, sighdlr) == SIG_ERR)
|
signal(SIGTERM, sighdlr) == SIG_ERR)
|
||||||
err(1, "signal");
|
err(1, "signal");
|
||||||
|
|
||||||
if (parse_config(Conf.conf_file, &Conf) == -1) {
|
if (parse_config(Conf.conf_file, &Conf) == -1) {
|
||||||
warnx("error parsing config file");
|
warnx("error parsing config file");
|
||||||
if (nflag)
|
if (nflag)
|
||||||
|
Loading…
Reference in New Issue
Block a user