aboutsummaryrefslogtreecommitdiff
path: root/dwm.c
diff options
context:
space:
mode:
authora@null <unknown>2008-12-13 17:27:48 +0000
committera@null <unknown>2008-12-13 17:27:48 +0000
commit3ad906eeded0b3ab89b7280c5cc2f3bde193ac60 (patch)
tree60b080bc5e12d1b2dafa2a8959fd1e5a02f6becc /dwm.c
parent0be9fb8797632f2792cc8bde0221560b3fb47cd4 (diff)
removed unnecessary closure of stdin reported by Frederic Chardon, thx
Diffstat (limited to 'dwm.c')
-rw-r--r--dwm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dwm.c b/dwm.c
index 73ce7bf..883610a 100644
--- a/dwm.c
+++ b/dwm.c
@@ -343,7 +343,6 @@ cleanup(void) {
Arg a = {.ui = ~0};
Layout foo = { "", NULL };
- close(STDIN_FILENO);
view(&a);
lt[sellt] = &foo;
while(stack)