commit c08d46187b747984b49e4d95e919c25ab1fd0606
parent 9ddc831b6d833f05ff6055d3af8164accef68052
Author: Dylan Araps <dylan.araps@gmail.com>
Date: Mon, 14 Oct 2019 16:26:21 +0300
docs: update
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sowm.c b/sowm.c
@@ -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;