aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cadet/gnunet-service-cadet_connection.c4
-rw-r--r--src/nat/nat_stun.c6
-rw-r--r--src/regex/regex_internal_dht.c2
3 files changed, 4 insertions, 8 deletions
diff --git a/src/cadet/gnunet-service-cadet_connection.c b/src/cadet/gnunet-service-cadet_connection.c
index c5ef4c732..917eed307 100644
--- a/src/cadet/gnunet-service-cadet_connection.c
+++ b/src/cadet/gnunet-service-cadet_connection.c
@@ -198,12 +198,12 @@ struct CadetConnection
198 struct CadetPeerQueue *maintenance_q; 198 struct CadetPeerQueue *maintenance_q;
199 199
200 /** 200 /**
201 * Should equal #get_next_hop(this). 201 * Should equal #get_next_hop().
202 */ 202 */
203 struct CadetPeer *next_peer; 203 struct CadetPeer *next_peer;
204 204
205 /** 205 /**
206 * Should equal #get_prev_hop(this). 206 * Should equal #get_prev_hop().
207 */ 207 */
208 struct CadetPeer *prev_peer; 208 struct CadetPeer *prev_peer;
209 209
diff --git a/src/nat/nat_stun.c b/src/nat/nat_stun.c
index e90134d23..78b0a56fc 100644
--- a/src/nat/nat_stun.c
+++ b/src/nat/nat_stun.c
@@ -36,11 +36,7 @@
36 * Of course all fields are in network format. 36 * Of course all fields are in network format.
37 * 37 *
38 * 38 *
39 * @file nat/test_stun.c 39 * @file nat/nat_stun.c
40 * @brief Testcase for STUN library 40 * @brief Testcase for STUN library
41 * @author Bruno Souza Cabral 41 * @author Bruno Souza Cabral
42 * @autor Mark Spencer (Original code borrowed from Asterisk)
43 *
44 */ 42 */
45
46
diff --git a/src/regex/regex_internal_dht.c b/src/regex/regex_internal_dht.c
index f11a39589..4a85928cb 100644
--- a/src/regex/regex_internal_dht.c
+++ b/src/regex/regex_internal_dht.c
@@ -277,7 +277,7 @@ struct RegexSearchContext
277 277
278 278
279/** 279/**
280 * Type of values in #dht_get_results(). 280 * Type of values in `dht_get_results`.
281 */ 281 */
282struct Result 282struct Result
283{ 283{