diff options
author | Florian Dold <florian.dold@gmail.com> | 2013-09-16 11:50:59 +0000 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2013-09-16 11:50:59 +0000 |
commit | 246107de5371746690554b7a8a5206fc702a0907 (patch) | |
tree | aab3c9a4fce968d0f18a817ff4efe87f013881b0 /src/consensus | |
parent | a4ab01552e009d2f02d4b430e2b592133154c54e (diff) |
- doxygen
Diffstat (limited to 'src/consensus')
-rw-r--r-- | src/consensus/gnunet-service-consensus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/consensus/gnunet-service-consensus.c b/src/consensus/gnunet-service-consensus.c index a490ad7f42..97cfc414f8 100644 --- a/src/consensus/gnunet-service-consensus.c +++ b/src/consensus/gnunet-service-consensus.c @@ -622,7 +622,7 @@ set_result_cb (void *cls, * Compare the round the session is in with the round of the given context message. * * @param session a consensus session - * @param round a round context message + * @param ri a round context message * @return 0 if it's the same round, -1 if the session is in an earlier round, * 1 if the session is in a later round */ |