gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] 02/03: fix macro causing syntax issues


From: gnunet
Subject: [taler-exchange] 02/03: fix macro causing syntax issues
Date: Thu, 19 Mar 2020 19:33:25 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

commit 5e98c0652a6a03a7ce70405fa53adf706412b24b
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Mar 19 19:33:10 2020 +0100

    fix macro causing syntax issues
---
 src/include/backoff.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/include/backoff.h b/src/include/backoff.h
index ec59a420..a595fdbd 100644
--- a/src/include/backoff.h
+++ b/src/include/backoff.h
@@ -28,6 +28,6 @@
  */
 #define EXCHANGE_LIB_BACKOFF(r) GNUNET_TIME_randomized_backoff ( \
     (r), \
-    GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 2));
+    GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 2))
 
 #endif

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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