X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=dwm.c;h=04ae223b9375edaf231918f3098157f06f1b96c0;hp=943e17b81046ec34927ecec9353d5a8574e081db;hb=5d422bb1ce9c8b1919809f14746ad80d0442bbbb;hpb=38a43c2dcc2c75ece9ef1ac5cd82a8d05c7c519f diff --git a/dwm.c b/dwm.c index 943e17b..04ae223 100644 --- a/dwm.c +++ b/dwm.c @@ -363,7 +363,7 @@ checkotherwm(void) { void cleanup(void) { Arg a = {.i = ~0}; - Layout foo = { 0 }; + Layout foo = { "", NULL }; close(STDIN_FILENO); view(&a);