docs: update

This commit is contained in:
Dylan Araps 2019-10-14 16:26:21 +03:00
parent 9ddc831b6d
commit c08d46187b
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 1 deletions

2
sowm.c
View File

@ -56,7 +56,7 @@ static void ws_go(const Arg arg);
static void ws_save(int i);
static void ws_sel(int i);
static client *list = { 0 };
static client *list = {0};
static desktop ws_list[10];
static int ws = 1, sh, sw, s, j;