commit 5e98c0652a6a03a7ce70405fa53adf706412b24b parent 749d9615d12127a33445ceae21a8fa388d2f64a1 Author: Christian Grothoff <christian@grothoff.org> Date: Thu, 19 Mar 2020 19:33:10 +0100 fix macro causing syntax issues Diffstat:
| M | src/include/backoff.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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