Browse Source

added missing braces around initializer

pull/10/head
Sven Paulsen 8 years ago committed by GitHub
parent
commit
c3581e4436
  1. 2
      src/ts3init_match.c

2
src/ts3init_match.c

@ -29,7 +29,7 @@ @@ -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

Loading…
Cancel
Save