gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: fix warning about callback


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix warning about callback signature
Date: Fri, 29 Jun 2018 14:21:59 +0200

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

lurchi pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 06ee3c339 fix warning about callback signature
06ee3c339 is described below

commit 06ee3c33943d100fa547624104221c282ab6f827
Author: lurchi <address@hidden>
AuthorDate: Fri Jun 29 14:21:33 2018 +0200

    fix warning about callback signature
---
 src/cadet/gnunet-cadet.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cadet/gnunet-cadet.c b/src/cadet/gnunet-cadet.c
index d629df9b2..13b04b885 100644
--- a/src/cadet/gnunet-cadet.c
+++ b/src/cadet/gnunet-cadet.c
@@ -231,7 +231,7 @@ shutdown_task (void *cls)
   }
 }
 
-void *
+void
 mq_cb(void *cls)
 {
   listen_stdio ();

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]