ANSIfication of function declaration.

2007-10-31  Kjartan Maraas  <kmaraas@gnome.org>

	* theme-method.c: (invoke_monitors): ANSIfication of
	function declaration.

svn path=/trunk/; revision=8242
This commit is contained in:
Kjartan Maraas 2007-10-31 14:39:06 +00:00 committed by Kjartan Maraas
parent 309ab3c597
commit 308c2ffc58
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-10-31 Kjartan Maraas <kmaraas@gnome.org>
* theme-method.c: (invoke_monitors): ANSIfication of
function declaration.
2007-10-28 Jens Granseuer <jensgr@gmx.net>
* theme-method.c: (theme_changed_callback): adapt to modified

View file

@ -559,7 +559,7 @@ G_LOCK_DEFINE_STATIC(monitor_list);
static GList *monitor_list = NULL;
static void
invoke_monitors()
invoke_monitors(void)
{
GList *tmp;