aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-12-26 15:56:35 +0100
committerChristian Grothoff <grothoff@gnunet.org>2022-12-26 15:56:35 +0100
commit8e417e22d90f380522b49245089d38fb89e3c269 (patch)
treed3b93d517b8de9e2c3c075687aa3a42ce519b64e /src
parenta5a6806f79a8cd8241e456bb27ca3a91a5798107 (diff)
downloadgnunet-8e417e22d90f380522b49245089d38fb89e3c269.tar.gz
gnunet-8e417e22d90f380522b49245089d38fb89e3c269.zip
-typo
Diffstat (limited to 'src')
-rw-r--r--src/dht/plugin_block_dht.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/plugin_block_dht.c b/src/dht/plugin_block_dht.c
index 944821e87..6375fa272 100644
--- a/src/dht/plugin_block_dht.c
+++ b/src/dht/plugin_block_dht.c
@@ -55,7 +55,7 @@
55static struct GNUNET_BLOCK_Group * 55static struct GNUNET_BLOCK_Group *
56block_plugin_dht_create_group (void *cls, 56block_plugin_dht_create_group (void *cls,
57 enum GNUNET_BLOCK_Type type, 57 enum GNUNET_BLOCK_Type type,
58> const void *raw_data, 58 const void *raw_data,
59 size_t raw_data_size, 59 size_t raw_data_size,
60 va_list va) 60 va_list va)
61{ 61{