aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-04-08 07:45:48 +0000
committerChristian Grothoff <christian@grothoff.org>2014-04-08 07:45:48 +0000
commit6d340c972ed597063d60db7a334067f646e016df (patch)
tree4c4798eccb137c05d9c792c64247bcbe5c24b453 /src/datastore
parent0ca3dcb635cdcf61b484e762a48c760f4079d8ca (diff)
downloadgnunet-6d340c972ed597063d60db7a334067f646e016df.tar.gz
gnunet-6d340c972ed597063d60db7a334067f646e016df.zip
-doxygen
Diffstat (limited to 'src/datastore')
-rw-r--r--src/datastore/plugin_datastore_sqlite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/plugin_datastore_sqlite.c b/src/datastore/plugin_datastore_sqlite.c
index 253b69fe7..d73475b6c 100644
--- a/src/datastore/plugin_datastore_sqlite.c
+++ b/src/datastore/plugin_datastore_sqlite.c
@@ -906,7 +906,7 @@ struct ReplCtx
906 906
907 907
908/** 908/**
909 * Wrapper for the processor for #sqlite_plugin_replication_get(). 909 * Wrapper for the processor for #sqlite_plugin_get_replication().
910 * Decrements the replication counter and calls the original 910 * Decrements the replication counter and calls the original
911 * processor. 911 * processor.
912 * 912 *