main: fix typo in fatal()

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2009-05-19 11:43:46 +02:00
parent 572622590a
commit e278b6cefd
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ scan(void)
/* Get the tree of the children windows of the current root window */
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);
xcb_get_window_attributes_cookie_t attr_wins[tree_c_len];