diff options
| -rw-r--r-- | dwm.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -363,7 +363,7 @@ checkotherwm(void) {  void  cleanup(void) {  	Arg a = {.i = ~0}; -	Layout foo = { 0 }; +	Layout foo = { "", NULL };  	close(STDIN_FILENO);  	view(&a); | 
|  | index : dwm | |
| dynamic window manager | System administrator | 
| summaryrefslogtreecommitdiff | 
| -rw-r--r-- | dwm.c | 2 | 
| @@ -363,7 +363,7 @@ checkotherwm(void) {  void  cleanup(void) {  	Arg a = {.i = ~0}; -	Layout foo = { 0 }; +	Layout foo = { "", NULL };  	close(STDIN_FILENO);  	view(&a); |