diff options
Diffstat (limited to 'openbox/actions/growtoedge.c')
| -rw-r--r-- | openbox/actions/growtoedge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/actions/growtoedge.c b/openbox/actions/growtoedge.c index 44e52872..630ead10 100644 --- a/openbox/actions/growtoedge.c +++ b/openbox/actions/growtoedge.c @@ -15,7 +15,7 @@ static gpointer setup_shrink_func(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node static void free_func(gpointer options); static gboolean run_func(ObActionsData *data, gpointer options); -void action_growtoedge_startup() +void action_growtoedge_startup(void) { actions_register("GrowToEdge", setup_func, |
