gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r6956 - GNUnet/src/applications/chat/lib


From: gnunet
Subject: [GNUnet-SVN] r6956 - GNUnet/src/applications/chat/lib
Date: Sat, 31 May 2008 14:30:09 -0600 (MDT)

Author: grothoff
Date: 2008-05-31 14:30:09 -0600 (Sat, 31 May 2008)
New Revision: 6956

Modified:
   GNUnet/src/applications/chat/lib/loopback_test.c
Log:
typo

Modified: GNUnet/src/applications/chat/lib/loopback_test.c
===================================================================
--- GNUnet/src/applications/chat/lib/loopback_test.c    2008-05-31 20:29:16 UTC 
(rev 6955)
+++ GNUnet/src/applications/chat/lib/loopback_test.c    2008-05-31 20:30:09 UTC 
(rev 6956)
@@ -45,7 +45,7 @@
 static unsigned int error;
 
 struct Wanted {
-  GNUNET_ECRS_MetaData * meta;
+  struct GNUNET_ECRS_MetaData * meta;
 
   GNUNET_HashCode * sender;
 
@@ -92,7 +92,7 @@
           (0 == GNUNET_ECRS_meta_data_test_equal(member_info,
                                                 want->meta)) &&
          (options == want->opt) ) )
-    error++
+    error++;
   return GNUNET_OK;
 }
 





reply via email to

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