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