X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;ds=sidebyside;f=dwm.c;h=04ae223b9375edaf231918f3098157f06f1b96c0;hb=d662f98d89d3e813344e9bdb64e5704caf3b9dc2;hp=943e17b81046ec34927ecec9353d5a8574e081db;hpb=38a43c2dcc2c75ece9ef1ac5cd82a8d05c7c519f;p=dwm.git 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);