docs: update

This commit is contained in:
Dylan Araps 2019-10-14 08:12:49 +03:00
parent 6d43204fb2
commit e1cc06c8fd
1 changed files with 1 additions and 1 deletions

2
sowm.c
View File

@ -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) {