gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r29786 - gnunet/src/conversation


From: gnunet
Subject: [GNUnet-SVN] r29786 - gnunet/src/conversation
Date: Wed, 2 Oct 2013 16:49:24 +0200

Author: grothoff
Date: 2013-10-02 16:49:23 +0200 (Wed, 02 Oct 2013)
New Revision: 29786

Modified:
   gnunet/src/conversation/test_conversation_api.c
Log:
-fix warning

Modified: gnunet/src/conversation/test_conversation_api.c
===================================================================
--- gnunet/src/conversation/test_conversation_api.c     2013-10-02 14:48:56 UTC 
(rev 29785)
+++ gnunet/src/conversation/test_conversation_api.c     2013-10-02 14:49:23 UTC 
(rev 29786)
@@ -50,8 +50,8 @@
   char *path = GNUNET_OS_get_libexec_binary_path ( 
"gnunet-service-conversation");
   if (NULL == path)
   {
-               fprintf (stderr, "Service executable not found `%s'\n", 
"gnunet-service-conversation");
-               return;
+    fprintf (stderr, "Service executable not found `%s'\n", 
"gnunet-service-conversation");
+    return 0;
   }
   proc = GNUNET_OS_start_process (GNUNET_NO, GNUNET_OS_INHERIT_STD_ALL, NULL, 
NULL,
                                path,




reply via email to

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