aboutsummaryrefslogtreecommitdiff
path: root/src/dv
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-06-27 17:02:47 +0000
committerNathan S. Evans <evans@in.tum.de>2010-06-27 17:02:47 +0000
commitbed6dae023442471779a5876c184eef07a1da9a2 (patch)
tree59b6f715559401cb06e0a338d8f719bf0331eed3 /src/dv
parent968bccfc7be9409a9756233a449dda9d0d5c1043 (diff)
downloadgnunet-bed6dae023442471779a5876c184eef07a1da9a2.tar.gz
gnunet-bed6dae023442471779a5876c184eef07a1da9a2.zip
doxygen fix
Diffstat (limited to 'src/dv')
-rw-r--r--src/dv/dv_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dv/dv_api.c b/src/dv/dv_api.c
index dfc5a0fe9..93e82f77f 100644
--- a/src/dv/dv_api.c
+++ b/src/dv/dv_api.c
@@ -209,7 +209,7 @@ finish (struct GNUNET_DV_Handle *handle, int code)
209 * 209 *
210 * @param cls handle to the dv service (struct GNUNET_DV_Handle) 210 * @param cls handle to the dv service (struct GNUNET_DV_Handle)
211 * @param size how many bytes can we send 211 * @param size how many bytes can we send
212 * @buf where to copy the message to send 212 * @param buf where to copy the message to send
213 * 213 *
214 * @return how many bytes we copied to buf 214 * @return how many bytes we copied to buf
215 */ 215 */