Add missing void to updateclientlist definition

Caught by -pedantic implying -Wstrict-prototypes for OpenBSD's 16.0.6 Clang.
This commit is contained in:
Pontus Stenetorp 2024-06-08 19:36:15 +09:00 committed by Hiltjo Posthuma
parent 061e9fe9a7
commit 5687f46964

2
dwm.c
View File

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