summaryrefslogtreecommitdiffhomepage
path: root/mixgtk/gmixvm.c
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2009-10-11 19:54:34 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2009-10-11 19:54:34 +0200
commit8c5835b547d8fe41d605db92b22644d4be7900a1 (patch)
treeeac472cc9b7b62c2abf8967a5f1e260ca7cfb5d3 /mixgtk/gmixvm.c
parent7339a3db78c306ca7be0de9575b6cd86ff0d9979 (diff)
downloadmdk-8c5835b547d8fe41d605db92b22644d4be7900a1.tar.gz
mdk-8c5835b547d8fe41d605db92b22644d4be7900a1.tar.bz2
Fixes for signature of guile initialization functions.
* mixgtk/gmixvm.c: inner_main_ signature corrected * mixutils/mixvm_loop.c: loop_ signature corrected * mixguile/mixguile.h: Cosmetics
Diffstat (limited to 'mixgtk/gmixvm.c')
-rw-r--r--mixgtk/gmixvm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mixgtk/gmixvm.c b/mixgtk/gmixvm.c
index baa87ec..60892b5 100644
--- a/mixgtk/gmixvm.c
+++ b/mixgtk/gmixvm.c
@@ -1,7 +1,7 @@
/* -*-c-*- -------------- gmixvm.c :
* Main function of the mix gtk front-end
* ------------------------------------------------------------------
- * Copyright (C) 2001, 2002, 2006, 2007 Free Software Foundation, Inc.
+ * Copyright (C) 2001, 2002, 2006, 2007, 2009 Free Software Foundation, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -29,7 +29,7 @@ static gboolean initfile_ = TRUE;
# include <mixguile/mixguile.h>
# include "mixgtk_cmd_dispatcher.h"
static void
-inner_main_ (int argc, char *argv[])
+inner_main_ (void *closure, int argc, char *argv[])
{
mixgtk_init (argc, argv);
mixguile_set_cmd_dispatcher (mixgtk_cmd_dispatcher_get_mix_dispatcher ());