aboutsummaryrefslogtreecommitdiff
path: root/src/datacache/plugin_datacache_mysql.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datacache/plugin_datacache_mysql.c')
-rw-r--r--src/datacache/plugin_datacache_mysql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datacache/plugin_datacache_mysql.c b/src/datacache/plugin_datacache_mysql.c
index 62787eea6..b9954faf9 100644
--- a/src/datacache/plugin_datacache_mysql.c
+++ b/src/datacache/plugin_datacache_mysql.c
@@ -877,7 +877,7 @@ mysql_plugin_get (void *cls, const GNUNET_HashCode * key,
877/** 877/**
878 * Delete the entry with the lowest expiration value 878 * Delete the entry with the lowest expiration value
879 * from the datacache right now. 879 * from the datacache right now.
880 * 880 *
881 * @param cls closure (our "struct Plugin") 881 * @param cls closure (our "struct Plugin")
882 * @return GNUNET_OK on success, GNUNET_SYSERR on error 882 * @return GNUNET_OK on success, GNUNET_SYSERR on error
883 */ 883 */