diff options
Diffstat (limited to 'openbox/actions/addremovedesktop.c')
| -rw-r--r-- | openbox/actions/addremovedesktop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/actions/addremovedesktop.c b/openbox/actions/addremovedesktop.c index c8904d3c..8125b9bb 100644 --- a/openbox/actions/addremovedesktop.c +++ b/openbox/actions/addremovedesktop.c @@ -14,7 +14,7 @@ static gpointer setup_remove_func(ObParseInst *i, static void free_func(gpointer options); static gboolean run_func(ObActionsData *data, gpointer options); -void action_addremovedesktop_startup() +void action_addremovedesktop_startup(void) { actions_register("AddDesktop", setup_add_func, |
