This website works better with JavaScript.
Home
Explore
Help
Sign In
gmarx
/
dwm-macbookair
mirror of
https://github.com/gmarxcc/dwm-macbookair
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
removed unnecessary closure of stdin reported by Frederic Chardon, thx
main
a@null
16 years ago
parent
0be9fb8797
commit
3ad906eede
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
dwm.c
+ 0
- 1
dwm.c
View File
@ -343,7 +343,6 @@ cleanup(void) {
Arg
a
=
{
.
ui
=
~
0
}
;
Layout
foo
=
{
"
"
,
NULL
}
;
close
(
STDIN_FILENO
)
;
view
(
&
a
)
;
lt
[
sellt
]
=
&
foo
;
while
(
stack
)
Write
Preview
Loading…
Cancel
Save