aboutsummaryrefslogtreecommitdiff
path: root/src/rps/gnunet-service-rps.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rps/gnunet-service-rps.c')
-rw-r--r--src/rps/gnunet-service-rps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rps/gnunet-service-rps.c b/src/rps/gnunet-service-rps.c
index 37b6a6fab..0b3befdcf 100644
--- a/src/rps/gnunet-service-rps.c
+++ b/src/rps/gnunet-service-rps.c
@@ -61,7 +61,7 @@ static const struct GNUNET_CONFIGURATION_Handle *cfg;
61/** 61/**
62 * Handle to the statistics service. 62 * Handle to the statistics service.
63 */ 63 */
64static struct GNUNET_STATISTICS_Handle *stats; 64struct GNUNET_STATISTICS_Handle *stats;
65 65
66/** 66/**
67 * Our own identity. 67 * Our own identity.