Xinqi Bao's Git
projects
/
dwm.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(parent:
d9386a0
)
small fix of a comment
author
[email protected]
<unknown>
Mon, 7 Aug 2006 10:12:56 +0000
(12:12 +0200)
committer
[email protected]
<unknown>
Mon, 7 Aug 2006 10:12:56 +0000
(12:12 +0200)
main.c
patch
|
blob
|
history
diff --git
a/main.c
b/main.c
index
4c7a1a4
..
db03958
100644
(file)
--- a/
main.c
+++ b/
main.c
@@
-251,7
+251,7
@@
main(int argc, char *argv[])
strcpy(stext, "dwm-"VERSION);
scan();
- /* main event loop,
reads status text from stdin as well
*/
+ /* main event loop,
also reads status text from stdin
*/
while(running) {
FD_ZERO(&rd);
if(readin)