summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dht/dht.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/dht.h b/src/dht/dht.h
index f1b183e25..373bc7b82 100644
--- a/src/dht/dht.h
+++ b/src/dht/dht.h
@@ -284,7 +284,7 @@ struct GNUNET_DHT_MonitorStartMessage
284 int16_t filter_key GNUNET_PACKED; 284 int16_t filter_key GNUNET_PACKED;
285 285
286 /** 286 /**
287 * The key to filter messages by.. 287 * The key to filter messages by.
288 */ 288 */
289 GNUNET_HashCode key; 289 GNUNET_HashCode key;
290}; 290};