aboutsummaryrefslogtreecommitdiff
path: root/brandt.c
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2016-08-19 22:24:49 +0200
committerMarkus Teich <markus.teich@stusta.mhn.de>2016-08-19 22:24:49 +0200
commit0a2c2fba3fbd6809013dd2607707dbe99c4dc4b8 (patch)
treee797b159a9ad956f14e17c2404a44f3bbce5d3af /brandt.c
parent4ecb428b284e24b72d0551356d3460f086f62e27 (diff)
downloadlibbrandt-0a2c2fba3fbd6809013dd2607707dbe99c4dc4b8.tar.gz
libbrandt-0a2c2fba3fbd6809013dd2607707dbe99c4dc4b8.zip
fix warnings
Diffstat (limited to 'brandt.c')
-rw-r--r--brandt.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/brandt.c b/brandt.c
index edfca62..571d5b8 100644
--- a/brandt.c
+++ b/brandt.c
@@ -50,8 +50,10 @@ BRANDT_init (struct GNUNET_CRYPTO_EccDlogContext *dlogctx)
50} 50}
51 51
52 52
53void
53BRANDT_start (struct BRANDT_Auction *auction, 54BRANDT_start (struct BRANDT_Auction *auction,
54 uint16_t n){ 55 uint16_t n)
56{
55 GNUNET_assert (n > 0); 57 GNUNET_assert (n > 0);
56 auction->n = n; 58 auction->n = n;
57 /** \todo: send first message */ 59 /** \todo: send first message */