commit e1cc06c8fda42ffe0b4bd148f7231f447c42a519 parent 6d43204fb28d3fd7a64fe9cb0bfad8021464541c Author: Dylan Araps <dylan.araps@gmail.com> Date: Mon, 14 Oct 2019 08:12:49 +0300 docs: update Diffstat:
M | sowm.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sowm.c b/sowm.c @@ -146,7 +146,7 @@ Window win_current() { void win_add(Window w) { client *c, *t; - if (!(c = (client *)calloc(1,sizeof(client)))) + if (!(c = (client *)calloc(1, sizeof(client)))) exit(1); if (!list) {