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/client_menu.c | |
| parent | 9b803f4755b73d1e3d28943c4c141493ad36317c (diff) | |
ANSI function declarations, ie () -> (void)
Diffstat (limited to 'openbox/client_menu.c')
| -rw-r--r-- | openbox/client_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/client_menu.c b/openbox/client_menu.c index 203d93ac..cf556744 100644 --- a/openbox/client_menu.c +++ b/openbox/client_menu.c @@ -352,7 +352,7 @@ static void client_menu_place(ObMenuFrame *frame, gint *x, gint *y, } } -void client_menu_startup() +void client_menu_startup(void) { ObMenu *menu; ObMenuEntry *e; |
