gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r36132 - gnunet/src/peerstore


From: gnunet
Subject: [GNUnet-SVN] r36132 - gnunet/src/peerstore
Date: Mon, 27 Jul 2015 15:50:15 +0200

Author: burdges
Date: 2015-07-27 15:50:14 +0200 (Mon, 27 Jul 2015)
New Revision: 36132

Modified:
   gnunet/src/peerstore/test_peerstore_api_sync.c
Log:
Statment added in r36048 terminated by a . instead of a ;

Actually make check still fails on test_peerstore_api_sync but
at least it builds now.



Modified: gnunet/src/peerstore/test_peerstore_api_sync.c
===================================================================
--- gnunet/src/peerstore/test_peerstore_api_sync.c      2015-07-27 12:41:57 UTC 
(rev 36131)
+++ gnunet/src/peerstore/test_peerstore_api_sync.c      2015-07-27 13:50:14 UTC 
(rev 36132)
@@ -181,7 +181,7 @@
   if (0 != ok)
     fprintf (stderr,
             "Test failed: %d\n",
-            ok).
+            ok);
   return ok;
 }
 




reply via email to

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