docs: update

This commit is contained in:
Dylan Araps 2019-10-12 01:12:14 +03:00
parent b6f952d943
commit b8c254aa60

2
sowm.c
View File

@ -308,7 +308,7 @@ void win_next() {
client *c;
if (cur != NULL && head != NULL) {
if (cur->next == NULL)
if (cur->next == NULL)
c = head;
else
c = cur->next;