From f95da2292cffeee8d8eb0d2133625bf955adae54 Mon Sep 17 00:00:00 2001 From: Fred Morcos Date: Wed, 13 Dec 2023 14:52:28 +0100 Subject: [PATCH] Cleanup dns.hh --- pdns/dns.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dns.hh b/pdns/dns.hh index 83dbf2cf9d..c5bb6650d3 100644 --- a/pdns/dns.hh +++ b/pdns/dns.hh @@ -120,7 +120,7 @@ static_assert(sizeof(EDNS0Record) == 4, "EDNS0Record size must be 4"); #elif __linux__ || __GNU__ # include -#else // with thanks to +#else // with thanks to # define LITTLE_ENDIAN 1234 /* least-significant byte first (vax, pc) */ # define BIG_ENDIAN 4321 /* most-significant byte first (IBM, net) */ -- 2.47.2