aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/block_mesh.h2
-rw-r--r--src/mesh/gnunet-service-mesh_new.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/include/block_mesh.h b/src/include/block_mesh.h
index ef5979da2..f051e6666 100644
--- a/src/include/block_mesh.h
+++ b/src/include/block_mesh.h
@@ -75,7 +75,7 @@ struct MeshRegexBlock
75 struct GNUNET_HashCode key; 75 struct GNUNET_HashCode key;
76 76
77 /** 77 /**
78 * Length of the proof regex string.. 78 * Length of the proof regex string.
79 */ 79 */
80 unsigned int n_proof; 80 unsigned int n_proof;
81 81
diff --git a/src/mesh/gnunet-service-mesh_new.c b/src/mesh/gnunet-service-mesh_new.c
index a581147d1..2fb59919f 100644
--- a/src/mesh/gnunet-service-mesh_new.c
+++ b/src/mesh/gnunet-service-mesh_new.c
@@ -4095,7 +4095,7 @@ dht_get_type_handler (void *cls, struct GNUNET_TIME_Absolute exp,
4095} 4095}
4096 4096
4097/** 4097/**
4098 * Function to process DHT string to regex matching.. 4098 * Function to process DHT string to regex matching.
4099 * Called on each result obtained for the DHT search. 4099 * Called on each result obtained for the DHT search.
4100 * 4100 *
4101 * @param cls closure (search context) 4101 * @param cls closure (search context)
@@ -4232,7 +4232,7 @@ regex_edge_iterator (void *cls,
4232 4232
4233 4233
4234/** 4234/**
4235 * Function to process DHT string to regex matching.. 4235 * Function to process DHT string to regex matching.
4236 * Called on each result obtained for the DHT search. 4236 * Called on each result obtained for the DHT search.
4237 * 4237 *
4238 * @param cls closure (search context) 4238 * @param cls closure (search context)