Merge branch 'master' of github:djpohly/dwl into master
1 files changed, 1 insertions(+), 1 deletions(-) M dwl.c
M dwl.c => dwl.c +1 -1
@@ 764,7 764,7 @@ focustop(Monitor *m) Atom getatom(xcb_connection_t *xc, const char *name) { - Atom atom; + Atom atom = 0; xcb_generic_error_t *error; xcb_intern_atom_cookie_t cookie; xcb_intern_atom_reply_t *reply;