aboutsummaryrefslogtreecommitdiff
path: root/src/datacache/plugin_datacache_sqlite.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datacache/plugin_datacache_sqlite.c')
-rw-r--r--src/datacache/plugin_datacache_sqlite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datacache/plugin_datacache_sqlite.c b/src/datacache/plugin_datacache_sqlite.c
index 3d67ffc22..369e8c101 100644
--- a/src/datacache/plugin_datacache_sqlite.c
+++ b/src/datacache/plugin_datacache_sqlite.c
@@ -267,7 +267,7 @@ sqlite_plugin_get (void *cls, const GNUNET_HashCode * key,
267/** 267/**
268 * Delete the entry with the lowest expiration value 268 * Delete the entry with the lowest expiration value
269 * from the datacache right now. 269 * from the datacache right now.
270 * 270 *
271 * @param cls closure (our "struct Plugin") 271 * @param cls closure (our "struct Plugin")
272 * @return GNUNET_OK on success, GNUNET_SYSERR on error 272 * @return GNUNET_OK on success, GNUNET_SYSERR on error
273 */ 273 */