aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-12-14 17:16:55 +0100
committerChristian Grothoff <christian@grothoff.org>2021-12-14 17:16:55 +0100
commit82f815e6fd5e40d607719c5b0aced26c7f020c74 (patch)
treeabaa9ad2906439e084e7e0365ef2d893a84eab65
parent99779b455ce3bf9c53dd411575766bf298a3a5f3 (diff)
downloadgnunet-82f815e6fd5e40d607719c5b0aced26c7f020c74.tar.gz
gnunet-82f815e6fd5e40d607719c5b0aced26c7f020c74.zip
-DCE
-rw-r--r--src/include/gnunet_time_lib.h2
1 files changed, 1 insertions, 1 deletions
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);
406 * @return true if @a t1 @a op @a t2 406 * @return true if @a t1 @a op @a t2
407 */ 407 */
408#define GNUNET_TIME_absolute_cmp(t1,op,t2) \ 408#define GNUNET_TIME_absolute_cmp(t1,op,t2) \
409 (((void) (1 op 2), (t1).abs_value_us op (t2).abs_value_us)) 409 ((void) (1 op 2), (t1).abs_value_us op (t2).abs_value_us)
410 410
411 411
412/** 412/**