aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/plugin_datastore_template.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/plugin_datastore_template.c')
-rw-r--r--src/datastore/plugin_datastore_template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/plugin_datastore_template.c b/src/datastore/plugin_datastore_template.c
index 1f9a0f416..2b455f8cb 100644
--- a/src/datastore/plugin_datastore_template.c
+++ b/src/datastore/plugin_datastore_template.c
@@ -118,7 +118,6 @@ template_plugin_get_key (void *cls,
118} 118}
119 119
120 120
121
122/** 121/**
123 * Get a random item for replication. Returns a single, not expired, 122 * Get a random item for replication. Returns a single, not expired,
124 * random item from those with the highest replication counters. The 123 * random item from those with the highest replication counters. The
@@ -271,4 +270,5 @@ libgnunet_plugin_datastore_template_done (void *cls)
271 return NULL; 270 return NULL;
272} 271}
273 272
273
274/* end of plugin_datastore_template.c */ 274/* end of plugin_datastore_template.c */