From 456708901f34af44eb97332c133178bc69f34eea Mon Sep 17 00:00:00 2001 From: Pontus Stenetorp Date: Sat, 8 Jun 2024 19:36:15 +0900 Subject: Add missing void to updateclientlist definition Caught by -pedantic implying -Wstrict-prototypes for OpenBSD's 16.0.6 Clang. --- dwm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwm.c b/dwm.c index afa09e0..d5dbfc8 100644 --- a/dwm.c +++ b/dwm.c @@ -2016,7 +2016,7 @@ updatebarpos(Monitor *m) } void -updateclientlist() +updateclientlist(void) { Client *c; Monitor *m; -- cgit v1.2.3