From c3581e4436c5c7fc50cf6964030acdf7e22b1383 Mon Sep 17 00:00:00 2001 From: Sven Paulsen Date: Tue, 8 Nov 2016 23:55:45 +0100 Subject: [PATCH] added missing braces around initializer --- src/ts3init_match.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ts3init_match.c b/src/ts3init_match.c index e959502..a1ab1de 100644 --- a/src/ts3init_match.c +++ b/src/ts3init_match.c @@ -29,7 +29,7 @@ /* Magic number of a TS3INIT packet. */ static const struct ts3_init_header_tag ts3init_header_tag_signature = - { .tag8 = {'T', 'S', '3', 'I', 'N', 'I', 'T', '1'} }; + {{ .tag8 = {'T', 'S', '3', 'I', 'N', 'I', 'T', '1'} }}; struct ts3_init_checked_client_header_data