add missing void

Needed to compile on OpenBSD.
This commit is contained in:
Guido Cella
2026-09-22 20:42:48 +02:00
parent 87029e21c0
commit a75ca79630
+1 -1
View File
@@ -594,7 +594,7 @@ handle_focused_surface_destroy(struct wl_listener *listener,
} }
struct input_method_relay * struct input_method_relay *
input_method_relay_create() input_method_relay_create(void)
{ {
struct input_method_relay *relay = ecalloc(1, sizeof(*relay)); struct input_method_relay *relay = ecalloc(1, sizeof(*relay));
wl_list_init(&relay->text_inputs); wl_list_init(&relay->text_inputs);