summaryrefslogtreecommitdiff
path: root/Userland/Services/LookupServer
diff options
context:
space:
mode:
authorDaniel Bertalan <dani@danielbertalan.dev>2021-07-05 19:23:19 +0200
committerGunnar Beutner <gunnar@beutner.name>2021-07-08 10:11:00 +0200
commit2db4709c0cf28cc86bab18c278405ad6dceaabdd (patch)
tree73a9ec8ceb7d8ec3616b932e48d0c1350c72baba /Userland/Services/LookupServer
parent98260c586216909934abfe63beeebff3171f4479 (diff)
downloadserenity-2db4709c0cf28cc86bab18c278405ad6dceaabdd.zip
Everywhere: Add braces to aggregate initializers
This fixes a couple of warnings emitted by Clang.
Diffstat (limited to 'Userland/Services/LookupServer')
-rw-r--r--Userland/Services/LookupServer/MulticastDNS.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Services/LookupServer/MulticastDNS.h b/Userland/Services/LookupServer/MulticastDNS.h
index 0f7131e64f..5fa6343c3d 100644
--- a/Userland/Services/LookupServer/MulticastDNS.h
+++ b/Userland/Services/LookupServer/MulticastDNS.h
@@ -39,7 +39,7 @@ private:
0xe914,
// 224.0.0.251
{ 0xfb0000e0 },
- 0
+ { 0 }
};
};