aboutsummaryrefslogtreecommitdiff
path: root/src/multicast
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/multicast
parentb8dafe3d4fcc0e954d5f77566e2e479015e0eef7 (diff)
downloadgnunet-e20e60e151244aa923639688174192fb65da1f06.tar.gz
gnunet-e20e60e151244aa923639688174192fb65da1f06.zip
-fix doxygen warnings
Diffstat (limited to 'src/multicast')
-rw-r--r--src/multicast/multicast.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/multicast/multicast.h b/src/multicast/multicast.h
index 497d67683..207f9f729 100644
--- a/src/multicast/multicast.h
+++ b/src/multicast/multicast.h
@@ -167,9 +167,8 @@ struct MulticastReplayRequestMessage
167{ 167{
168 168
169 /** 169 /**
170 * The message type can be either 170 * The message type should be
171 * #GNUNET_MESSAGE_TYPE_MULTICAST_REPLAY_REQUEST or 171 * #GNUNET_MESSAGE_TYPE_MULTICAST_REPLAY_REQUEST.
172 * #GNUNET_MESSAGE_TYPE_MULTICAST_REPLAY_REQUEST_CANCEL.
173 */ 172 */
174 struct GNUNET_MessageHeader header; 173 struct GNUNET_MessageHeader header;
175 174