aboutsummaryrefslogtreecommitdiff
path: root/src/social/gnunet-social.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-10-06 00:17:23 +0200
committerChristian Grothoff <christian@grothoff.org>2017-10-06 00:17:23 +0200
commit954500e2e8aab9f87a497fd12bad018bd9703628 (patch)
tree1d9776e59a2e733c18233a1d404f3a07a76466dd /src/social/gnunet-social.c
parent09e5676aa96c2f98ba2a3914b8b2848978930b4d (diff)
downloadgnunet-954500e2e8aab9f87a497fd12bad018bd9703628.tar.gz
gnunet-954500e2e8aab9f87a497fd12bad018bd9703628.zip
fix type
Diffstat (limited to 'src/social/gnunet-social.c')
-rw-r--r--src/social/gnunet-social.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/social/gnunet-social.c b/src/social/gnunet-social.c
index 0e52dccfa..de680b11c 100644
--- a/src/social/gnunet-social.c
+++ b/src/social/gnunet-social.c
@@ -281,7 +281,7 @@ exit_fail ()
281 * This also indicates the end of the connection to the service. 281 * This also indicates the end of the connection to the service.
282 */ 282 */
283static void 283static void
284host_left () 284host_left (void *cls)
285{ 285{
286 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, 286 GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
287 "The host has left the place.\n"); 287 "The host has left the place.\n");