From 5bed6253dcde97fd7d6ea45d91d3ff95141d0fb7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 6 Apr 2018 19:37:53 +0200 Subject: complete importer --- src/include/gnunet_dnsparser_lib.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/include/gnunet_dnsparser_lib.h') diff --git a/src/include/gnunet_dnsparser_lib.h b/src/include/gnunet_dnsparser_lib.h index 80a67c3c7..57709d5f7 100644 --- a/src/include/gnunet_dnsparser_lib.h +++ b/src/include/gnunet_dnsparser_lib.h @@ -414,10 +414,10 @@ struct GNUNET_DNSPARSER_Record /** * For NS, CNAME and PTR records, this is the uncompressed 0-terminated hostname. - * In UTF-8 format. The library will convert from and to DNS-IDNA - * as necessary. Use #GNUNET_DNSPARSER_check_label() to test if an - * individual label is well-formed. If a given name is not well-formed, - * creating the DNS packet will fail. + * In UTF-8 format. The library will convert from and to DNS-IDNA + * as necessary. Use #GNUNET_DNSPARSER_check_label() to test if an + * individual label is well-formed. If a given name is not well-formed, + * creating the DNS packet will fail. */ char *hostname; -- cgit v1.2.3