From 308c2ffc5873ee8363d8b1a790a580cc47f22c32 Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Wed, 31 Oct 2007 14:39:06 +0000 Subject: [PATCH] ANSIfication of function declaration. 2007-10-31 Kjartan Maraas * theme-method.c: (invoke_monitors): ANSIfication of function declaration. svn path=/trunk/; revision=8242 --- vfs-methods/themus/ChangeLog | 5 +++++ vfs-methods/themus/theme-method.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/vfs-methods/themus/ChangeLog b/vfs-methods/themus/ChangeLog index b63947de2..926fb46c9 100644 --- a/vfs-methods/themus/ChangeLog +++ b/vfs-methods/themus/ChangeLog @@ -1,3 +1,8 @@ +2007-10-31 Kjartan Maraas + + * theme-method.c: (invoke_monitors): ANSIfication of + function declaration. + 2007-10-28 Jens Granseuer * theme-method.c: (theme_changed_callback): adapt to modified diff --git a/vfs-methods/themus/theme-method.c b/vfs-methods/themus/theme-method.c index ef385378b..dd390ff58 100644 --- a/vfs-methods/themus/theme-method.c +++ b/vfs-methods/themus/theme-method.c @@ -559,7 +559,7 @@ G_LOCK_DEFINE_STATIC(monitor_list); static GList *monitor_list = NULL; static void -invoke_monitors() +invoke_monitors(void) { GList *tmp;