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 17a7c7323..b3cd10304 100644
--- a/src/gns/gns.h
+++ b/src/gns/gns.h
@@ -109,7 +109,7 @@ struct GNUNET_GNS_ClientLookupResultMessage
109 */ 109 */
110 uint32_t rd_count GNUNET_PACKED; 110 uint32_t rd_count GNUNET_PACKED;
111 111
112 /* followed by rd_count GNUNET_NAMESTORE_RecordData structs*/ 112 /* followed by rd_count GNUNET_GNSRECORD_Data structs*/
113 113
114}; 114};
115 115