Add missing void to updateclientlist definition

Caught by -pedantic implying -Wstrict-prototypes for OpenBSD's 16.0.6 Clang.

ref.
https://git.suckless.org/dwm/commit/5687f4696472ba6029bbba18e293e3e8b9e154ea.html
This commit is contained in:
bakkeby
2024-06-13 10:22:29 +02:00
parent edb36a3a14
commit c1e9e0b035
2 changed files with 2 additions and 2 deletions

2
dwm.c
View File

@@ -4797,7 +4797,7 @@ updatebarpos(Monitor *m)
}
void
updateclientlist()
updateclientlist(void)
{
Client *c;
Monitor *m;