From f9e063e922bdf1c38ba7c79ac441b5a50658f151 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 18 Jan 2026 19:03:57 +0200 Subject: [PATCH] ; * src/dbusbind.c (Fdbus_registered_inhibitor_locks): Fix signature. --- src/dbusbind.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dbusbind.c b/src/dbusbind.c index a416e6c918a..3cf3ec9897e 100644 --- a/src/dbusbind.c +++ b/src/dbusbind.c @@ -1709,7 +1709,7 @@ An entry in this list is a list (FD WHAT WHY BLOCK). The car of the list is the file descriptor retrieved from a 'dbus-make-inhibitor-lock` call. The cdr of the list represents the three arguments 'dbus-make-inhibitor-lock` was called with. */) - () + (void) { /* We return a copy of xd_registered_inhibitor_locks, in order to protect it against malicious manipulation. */