Skip to content

Commit

Permalink
Update to wlc 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ddevault committed Apr 16, 2016
1 parent 9412dc7 commit 54c635c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sway/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ int main(int argc, char **argv) {
/* (That code runs as root on systems without logind, and wlc_init drops to
* another user.) */
register_wlc_handlers();
if (!wlc_init2()) {
if (!wlc_init()) {
return 1;
}
register_extensions();
Expand Down

0 comments on commit 54c635c

Please sign in to comment.