From 2377c1d75737fdb94ffc858093e8128a79a58b5a Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Mon, 29 Jan 2007 09:23:52 +0000 Subject: [PATCH] ANSIfication of function declaration. 2007-01-29 Kjartan Maraas * control-center.c: (get_actions_list): ANSIfication of function declaration. svn path=/trunk/; revision=7201 --- shell/ChangeLog | 5 +++++ shell/control-center.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/shell/ChangeLog b/shell/ChangeLog index b0d6b94b9..2e5e78269 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2007-01-29 Kjartan Maraas + + * control-center.c: (get_actions_list): ANSIfication + of function declaration. + 2007-01-26 Scott Reeves * control-center.c: respect the exit_on_close flag diff --git a/shell/control-center.c b/shell/control-center.c index 325e508e7..74565a746 100644 --- a/shell/control-center.c +++ b/shell/control-center.c @@ -49,7 +49,7 @@ static GSList *get_actions_list (); #define EXIT_SHELL_ON_STATIC_ACTION "exit_shell_on_static_action" static GSList * -get_actions_list () +get_actions_list (void) { GSList *l; GSList *key_list;