aboutsummaryrefslogtreecommitdiff
path: root/src/block/plugin_block_template.c
diff options
context:
space:
mode:
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 1675fdb1c..7c62de6b1 100644
--- a/src/block/plugin_block_template.c
+++ b/src/block/plugin_block_template.c
@@ -56,7 +56,7 @@ block_plugin_template_evaluate (void *cls, enum GNUNET_BLOCK_Type type,
56 struct GNUNET_HashCode chash; 56 struct GNUNET_HashCode chash;
57 struct GNUNET_HashCode mhash; 57 struct GNUNET_HashCode mhash;
58 /* FIXME: check validity first... */ 58 /* FIXME: check validity first... */
59 59
60 /* mandatory duplicate-detection code... */ 60 /* mandatory duplicate-detection code... */
61 if (NULL != bf) 61 if (NULL != bf)
62 { 62 {