aboutsummaryrefslogtreecommitdiff
path: root/src/consensus
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/consensus
parentb8dafe3d4fcc0e954d5f77566e2e479015e0eef7 (diff)
downloadgnunet-e20e60e151244aa923639688174192fb65da1f06.tar.gz
gnunet-e20e60e151244aa923639688174192fb65da1f06.zip
-fix doxygen warnings
Diffstat (limited to 'src/consensus')
-rw-r--r--src/consensus/gnunet-service-consensus.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/consensus/gnunet-service-consensus.c b/src/consensus/gnunet-service-consensus.c
index 7e2f187a5..2192df2db 100644
--- a/src/consensus/gnunet-service-consensus.c
+++ b/src/consensus/gnunet-service-consensus.c
@@ -2299,7 +2299,7 @@ arrange_peers (uint16_t *p1, uint16_t *p2, uint16_t n)
2299 2299
2300 2300
2301/** 2301/**
2302 * Record @a dep as a dependency of @step. 2302 * Record @a dep as a dependency of @a step.
2303 */ 2303 */
2304static void 2304static void
2305step_depend_on (struct Step *step, struct Step *dep) 2305step_depend_on (struct Step *step, struct Step *dep)
@@ -2985,4 +2985,3 @@ main (int argc, char *const *argv)
2985 GNUNET_log (GNUNET_ERROR_TYPE_INFO, "exit (%d)\n", GNUNET_OK != ret); 2985 GNUNET_log (GNUNET_ERROR_TYPE_INFO, "exit (%d)\n", GNUNET_OK != ret);
2986 return (GNUNET_OK == ret) ? 0 : 1; 2986 return (GNUNET_OK == ret) ? 0 : 1;
2987} 2987}
2988