aboutsummaryrefslogtreecommitdiff
path: root/src/util/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/client.c')
-rw-r--r--src/util/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/client.c b/src/util/client.c
index d431909cf..024f34b3a 100644
--- a/src/util/client.c
+++ b/src/util/client.c
@@ -45,7 +45,6 @@
45 GNUNET_TIME_UNIT_SECONDS, 5) 45 GNUNET_TIME_UNIT_SECONDS, 5)
46 46
47 47
48
49/** 48/**
50 * Internal state for a client connected to a GNUnet service. 49 * Internal state for a client connected to a GNUnet service.
51 */ 50 */
@@ -1109,4 +1108,5 @@ GNUNET_CLIENT_connect (const struct GNUNET_CONFIGURATION_Handle *cfg,
1109 return cstate->mq; 1108 return cstate->mq;
1110} 1109}
1111 1110
1111
1112/* end of client.c */ 1112/* end of client.c */