aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gns.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/gns.h')
-rw-r--r--src/gns/gns.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/gns.h b/src/gns/gns.h
index b3cd10304..a8402b196 100644
--- a/src/gns/gns.h
+++ b/src/gns/gns.h
@@ -85,7 +85,7 @@ struct GNUNET_GNS_ClientLookupMessage
85 */ 85 */
86 struct GNUNET_CRYPTO_EcdsaPrivateKey shorten_key; 86 struct GNUNET_CRYPTO_EcdsaPrivateKey shorten_key;
87 87
88 /* Followed by the name to look up */ 88 /* Followed by the zero-terminated name to look up */
89}; 89};
90 90
91 91