diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2007-12-18 21:12:52 +0100 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2007-12-18 21:12:52 +0100 |
| commit | 2b8b5da04b14af1639143cc332874c7e1a03a8bb (patch) | |
| tree | 74fc76cd53dc5684b8009960e896ecbc91cf0891 /openbox/actions/kill.c | |
| parent | 9586ad246dae1f1de89f2070722cfa0c0c41c477 (diff) | |
| parent | 46f90bca8ab55a2f43bf33af1adf178bd0bd81d9 (diff) | |
Merge branch 'backport'
Diffstat (limited to 'openbox/actions/kill.c')
| -rw-r--r-- | openbox/actions/kill.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/actions/kill.c b/openbox/actions/kill.c index 5e14cb7c..68244407 100644 --- a/openbox/actions/kill.c +++ b/openbox/actions/kill.c @@ -3,7 +3,7 @@ static gboolean run_func(ObActionsData *data, gpointer options); -void action_kill_startup() +void action_kill_startup(void) { actions_register("Kill", NULL, NULL, |
