diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2007-09-04 06:21:22 +0200 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2007-09-04 06:27:10 +0200 |
| commit | 556eb7b7fb20b3b0db03b6d92259ad3bb16dccde (patch) | |
| tree | e1d67b73f558a23a925ef90abb7575013d5cd89e /openbox/actions/omnipresent.c | |
| parent | 9b803f4755b73d1e3d28943c4c141493ad36317c (diff) | |
ANSI function declarations, ie () -> (void)
Diffstat (limited to 'openbox/actions/omnipresent.c')
| -rw-r--r-- | openbox/actions/omnipresent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/actions/omnipresent.c b/openbox/actions/omnipresent.c index b6ba1622..030a0159 100644 --- a/openbox/actions/omnipresent.c +++ b/openbox/actions/omnipresent.c @@ -4,7 +4,7 @@ static gboolean run_func_toggle(ObActionsData *data, gpointer options); -void action_omnipresent_startup() +void action_omnipresent_startup(void) { actions_register("ToggleOmnipresent", NULL, NULL, run_func_toggle, NULL, NULL); |
