aboutsummaryrefslogtreecommitdiff
path: root/src/block/plugin_block_template.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-02-23 22:50:24 +0100
committerChristian Grothoff <christian@grothoff.org>2017-02-23 22:55:30 +0100
commit0c651a9ceb04fad03408f09dda84a20f1d698593 (patch)
treebac08a0835e307385c62a49277134a21693b487f /src/block/plugin_block_template.c
parentb29c94bfac7c1820297f55448827be61ba709575 (diff)
downloadgnunet-0c651a9ceb04fad03408f09dda84a20f1d698593.tar.gz
gnunet-0c651a9ceb04fad03408f09dda84a20f1d698593.zip
fix typo in example
Diffstat (limited to 'src/block/plugin_block_template.c')
-rw-r--r--src/block/plugin_block_template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/block/plugin_block_template.c b/src/block/plugin_block_template.c
index 0825bd095..87adae7e9 100644
--- a/src/block/plugin_block_template.c
+++ b/src/block/plugin_block_template.c
@@ -111,7 +111,7 @@ block_plugin_template_create_group (void *cls,
111 } 111 }
112 GNUNET_break (NULL == va_arg (va, const char *)); 112 GNUNET_break (NULL == va_arg (va, const char *));
113 return GNUNET_BLOCK_GROUP_bf_create (cls, 113 return GNUNET_BLOCK_GROUP_bf_create (cls,
114 TEMPLATE_BF_SIZE, 114 bf_size,
115 BLOOMFILTER_K, 115 BLOOMFILTER_K,
116 type, 116 type,
117 nonce, 117 nonce,