diff options
Diffstat (limited to 'openbox/actions/breakchroot.c')
| -rw-r--r-- | openbox/actions/breakchroot.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/openbox/actions/breakchroot.c b/openbox/actions/breakchroot.c index 9804091b..8c004582 100644 --- a/openbox/actions/breakchroot.c +++ b/openbox/actions/breakchroot.c @@ -7,8 +7,7 @@ void action_breakchroot_startup(void) { actions_register("BreakChroot", NULL, NULL, - run_func, - NULL, NULL); + run_func); } /* Always return FALSE because its not interactive */ |
