gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -DCE


From: gnunet
Subject: [gnunet] branch master updated: -DCE
Date: Tue, 14 Dec 2021 17:16:57 +0100

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 82f815e6f -DCE
82f815e6f is described below

commit 82f815e6fd5e40d607719c5b0aced26c7f020c74
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Dec 14 17:16:55 2021 +0100

    -DCE
---
 src/include/gnunet_time_lib.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/include/gnunet_time_lib.h b/src/include/gnunet_time_lib.h
index 5e826ace0..b14439462 100644
--- a/src/include/gnunet_time_lib.h
+++ b/src/include/gnunet_time_lib.h
@@ -406,7 +406,7 @@ GNUNET_TIME_timestamp_get (void);
  * @return true if @a t1 @a op @a t2
  */
 #define GNUNET_TIME_absolute_cmp(t1,op,t2) \
-  (((void) (1 op 2), (t1).abs_value_us op (t2).abs_value_us))
+  ((void) (1 op 2), (t1).abs_value_us op (t2).abs_value_us)
 
 
 /**

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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