summaryrefslogtreecommitdiff
path: root/openbox/actions/focustobottom.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/actions/focustobottom.c')
-rw-r--r--openbox/actions/focustobottom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/actions/focustobottom.c b/openbox/actions/focustobottom.c
index 74d48e33..49c945b9 100644
--- a/openbox/actions/focustobottom.c
+++ b/openbox/actions/focustobottom.c
@@ -3,7 +3,7 @@
static gboolean run_func(ObActionsData *data, gpointer options);
-void action_focustobottom_startup()
+void action_focustobottom_startup(void)
{
actions_register("FocusToBottom", NULL, NULL, run_func, NULL, NULL);
}