summaryrefslogtreecommitdiff
path: root/src/namestore/namestore.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-18 20:26:25 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-18 20:26:25 +0000
commit36a80c833a5d5eb8f30460bb484cac01bdd9b65c (patch)
tree266cc47ba4b66c5a7228fed602b0097757ffae23 /src/namestore/namestore.h
parentd6b03105779d2a22b5b5bf5016ad823fe7ac3485 (diff)
downloadgnunet-36a80c833a5d5eb8f30460bb484cac01bdd9b65c.tar.gz
gnunet-36a80c833a5d5eb8f30460bb484cac01bdd9b65c.zip
-fix leaks
Diffstat (limited to 'src/namestore/namestore.h')
-rw-r--r--src/namestore/namestore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/namestore.h b/src/namestore/namestore.h
index 761360c47..b95358fa4 100644
--- a/src/namestore/namestore.h
+++ b/src/namestore/namestore.h
@@ -95,7 +95,7 @@ struct LookupBlockResponseMessage
95 */ 95 */
96 struct GNUNET_CRYPTO_EcdsaPublicKey derived_key; 96 struct GNUNET_CRYPTO_EcdsaPublicKey derived_key;
97 97
98 /* follwed by encrypted block data */ 98 /* followed by encrypted block data */
99}; 99};
100 100
101 101