aboutsummaryrefslogtreecommitdiff
path: root/src/psyc/gnunet-service-psyc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/psyc/gnunet-service-psyc.c')
-rw-r--r--src/psyc/gnunet-service-psyc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/psyc/gnunet-service-psyc.c b/src/psyc/gnunet-service-psyc.c
index 2293c9181..eab74b467 100644
--- a/src/psyc/gnunet-service-psyc.c
+++ b/src/psyc/gnunet-service-psyc.c
@@ -46,7 +46,7 @@ static const struct GNUNET_CONFIGURATION_Handle *cfg;
46/** 46/**
47 * Service handle. 47 * Service handle.
48 */ 48 */
49struct GNUNET_SERVICE_Handle *service; 49static struct GNUNET_SERVICE_Handle *service;
50 50
51/** 51/**
52 * Handle to the statistics service. 52 * Handle to the statistics service.