removed unnecessary closure of stdin reported by Frederic Chardon, thx
This commit is contained in:
parent
0be9fb8797
commit
3ad906eede
1 changed files with 0 additions and 1 deletions
1
dwm.c
1
dwm.c
|
@ -343,7 +343,6 @@ cleanup(void) {
|
||||||
Arg a = {.ui = ~0};
|
Arg a = {.ui = ~0};
|
||||||
Layout foo = { "", NULL };
|
Layout foo = { "", NULL };
|
||||||
|
|
||||||
close(STDIN_FILENO);
|
|
||||||
view(&a);
|
view(&a);
|
||||||
lt[sellt] = &foo;
|
lt[sellt] = &foo;
|
||||||
while(stack)
|
while(stack)
|
||||||
|
|
Loading…
Reference in a new issue