Add missing void to updateclientlist definition
Caught by -pedantic implying -Wstrict-prototypes for OpenBSD's 16.0.6 Clang.
This commit is contained in:
parent
061e9fe9a7
commit
5687f46964
1 changed files with 1 additions and 1 deletions
2
dwm.c
2
dwm.c
|
@ -1851,7 +1851,7 @@ updatebarpos(Monitor *m)
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
updateclientlist()
|
updateclientlist(void)
|
||||||
{
|
{
|
||||||
Client *c;
|
Client *c;
|
||||||
Monitor *m;
|
Monitor *m;
|
||||||
|
|
Loading…
Reference in a new issue