aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-03-13 08:08:37 +0000
committerChristian Grothoff <christian@grothoff.org>2015-03-13 08:08:37 +0000
commit6cdae7b7d0ed8b660f3dadeb2a2498d7d089e58a (patch)
treeafe323d376295e132a17dead88a95ab12cd333ad /src
parent2d17799ac2d48d009dce996a0259f710e8c0e363 (diff)
downloadgnunet-6cdae7b7d0ed8b660f3dadeb2a2498d7d089e58a.tar.gz
gnunet-6cdae7b7d0ed8b660f3dadeb2a2498d7d089e58a.zip
-doxygen fix
Diffstat (limited to 'src')
-rw-r--r--src/identity/plugin_rest_identity.c2
-rw-r--r--src/transport/plugin_transport_udp.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/identity/plugin_rest_identity.c b/src/identity/plugin_rest_identity.c
index bfa4ff848..aa68ae334 100644
--- a/src/identity/plugin_rest_identity.c
+++ b/src/identity/plugin_rest_identity.c
@@ -19,7 +19,7 @@
19 */ 19 */
20/** 20/**
21 * @author Martin Schanzenbach 21 * @author Martin Schanzenbach
22 * @file namestore/plugin_rest_namestore.c 22 * @file identity/plugin_rest_identity.c
23 * @brief GNUnet Namestore REST plugin 23 * @brief GNUnet Namestore REST plugin
24 * 24 *
25 */ 25 */
diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c
index 296498f6d..4eb4b7f36 100644
--- a/src/transport/plugin_transport_udp.c
+++ b/src/transport/plugin_transport_udp.c
@@ -2669,7 +2669,6 @@ ack_proc (void *cls,
2669 delay = s->flow_delay_for_other_peer.rel_value_us; 2669 delay = s->flow_delay_for_other_peer.rel_value_us;
2670 else 2670 else
2671 delay = UINT32_MAX; 2671 delay = UINT32_MAX;
2672
2673 LOG (GNUNET_ERROR_TYPE_DEBUG, 2672 LOG (GNUNET_ERROR_TYPE_DEBUG,
2674 "Sending ACK to `%s' including delay of %s\n", 2673 "Sending ACK to `%s' including delay of %s\n",
2675 udp_address_to_string (plugin, 2674 udp_address_to_string (plugin,