| tsmall fix of a comment - dwm - [fork] customized build of dwm, the dynamic win… | |
| git clone git://src.adamsgaard.dk/dwm | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit 4e2c5b5f256cb7c42426486161ffdae42100e902 | |
| parent d9386a0c07a72e415abaeacd611fe880e20b2a03 | |
| Author: [email protected] <unknown> | |
| Date: Mon, 7 Aug 2006 12:12:56 +0200 | |
| small fix of a comment | |
| Diffstat: | |
| M main.c | 2 +- | |
| 1 file changed, 1 insertion(+), 1 deletion(-) | |
| --- | |
| diff --git a/main.c b/main.c | |
| t@@ -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) |