Add missing void to updateclientlist definition 5687f469
Caught by -pedantic implying -Wstrict-prototypes for OpenBSD's 16.0.6 Clang.
Pontus Stenetorp · 2024-06-08 19:36 1 file(s) · +1 −1
dwm.c +1 −1
1851 1851
}
1852 1852
1853 1853
void
1854 -
updateclientlist()
1854 +
updateclientlist(void)
1855 1855
{
1856 1856
	Client *c;
1857 1857
	Monitor *m;