main: fix typo in fatal()
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
572622590a
commit
e278b6cefd
|
@ -127,7 +127,7 @@ scan(void)
|
||||||
|
|
||||||
/* Get the tree of the children windows of the current root window */
|
/* Get the tree of the children windows of the current root window */
|
||||||
if(!(wins = xcb_query_tree_children(tree_r)))
|
if(!(wins = xcb_query_tree_children(tree_r)))
|
||||||
fatal("E: cannot get tree children");
|
fatal("cannot get tree children");
|
||||||
|
|
||||||
tree_c_len = xcb_query_tree_children_length(tree_r);
|
tree_c_len = xcb_query_tree_children_length(tree_r);
|
||||||
xcb_get_window_attributes_cookie_t attr_wins[tree_c_len];
|
xcb_get_window_attributes_cookie_t attr_wins[tree_c_len];
|
||||||
|
|
Loading…
Reference in New Issue