[Xfce4-commits] [apps/xfce4-volumed-pulse] 51/62: fix old style function definition

noreply at xfce.org noreply at xfce.org
Thu Sep 8 10:33:13 CEST 2016


This is an automated email from the git hooks/post-receive script.

ochosi pushed a commit to branch master
in repository apps/xfce4-volumed-pulse.

commit c9ca43825bdec7298f9e88c5e37d75b48879a93b
Author: Lionel Le Folgoc <lionel at lefolgoc.net>
Date:   Fri May 25 18:38:07 2012 +0200

    fix old style function definition
---
 src/main.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main.c b/src/main.c
index efc4a32..1f2da5c 100644
--- a/src/main.c
+++ b/src/main.c
@@ -38,7 +38,7 @@
 XvdInstance     *Inst = NULL;
 
 static gint
-xvd_daemonize()
+xvd_daemonize(void)
 {
 #ifdef HAVE_DAEMON
 	return daemon (1, 1);
@@ -62,7 +62,7 @@ xvd_daemonize()
 }
 
 static void 
-xvd_shutdown()
+xvd_shutdown(void)
 {
 	xvd_close_pulse (Inst);
 	

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list