removed unnecessary closure of stdin reported by Frederic Chardon, thx 3ad906ee
a@null · 2008-12-13 17:27 1 file(s) · +0 −1
dwm.c +0 −1
343 343
	Arg a = {.ui = ~0};
344 344
	Layout foo = { "", NULL };
345 345
346 -
	close(STDIN_FILENO);
347 346
	view(&a);
348 347
	lt[sellt] = &foo;
349 348
	while(stack)