diff --git a/src/dispatch/bind_define.h b/src/dispatch/bind_define.h index 50889130..1f4af19f 100644 --- a/src/dispatch/bind_define.h +++ b/src/dispatch/bind_define.h @@ -810,7 +810,7 @@ int spawn_on_empty(const Arg *arg) { return 0; } -comboview_spawn_on_empty(const Arg *arg) { +int comboview_spawn_on_empty(const Arg *arg) { unsigned int newtags = arg->ui & TAGMASK; bool is_empty = true; Client *c = NULL;