aboutsummaryrefslogtreecommitdiff
path: root/src/core/core_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-10-16 22:56:01 +0000
committerChristian Grothoff <christian@grothoff.org>2015-10-16 22:56:01 +0000
commite20e60e151244aa923639688174192fb65da1f06 (patch)
tree98cf9431aba141dcf947ec0dd5dae12ca51b47fc /src/core/core_api.c
parentb8dafe3d4fcc0e954d5f77566e2e479015e0eef7 (diff)
downloadgnunet-e20e60e151244aa923639688174192fb65da1f06.tar.gz
gnunet-e20e60e151244aa923639688174192fb65da1f06.zip
-fix doxygen warnings
Diffstat (limited to 'src/core/core_api.c')
-rw-r--r--src/core/core_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core_api.c b/src/core/core_api.c
index 7338672d6..31248a63f 100644
--- a/src/core/core_api.c
+++ b/src/core/core_api.c
@@ -133,7 +133,7 @@ struct PeerRecord
133 struct GNUNET_PeerIdentity peer; 133 struct GNUNET_PeerIdentity peer;
134 134
135 /** 135 /**
136 * ID of task to run #next_request_transmission(). 136 * ID of task to run #run_request_next_transmission().
137 */ 137 */
138 struct GNUNET_SCHEDULER_Task *ntr_task; 138 struct GNUNET_SCHEDULER_Task *ntr_task;
139 139