summaryrefslogtreecommitdiffstats
path: root/StdLib
diff options
context:
space:
mode:
Diffstat (limited to 'StdLib')
-rw-r--r--StdLib/LibC/Stdio/vswscanf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/StdLib/LibC/Stdio/vswscanf.c b/StdLib/LibC/Stdio/vswscanf.c
index 3f62666652..254f0b224a 100644
--- a/StdLib/LibC/Stdio/vswscanf.c
+++ b/StdLib/LibC/Stdio/vswscanf.c
@@ -72,7 +72,7 @@ vswscanf(
size_t mlen;
int r;
const wchar_t *rstr = str;
- struct __sfileext fext = { 0 };
+ struct __sfileext fext = { { 0 } };
/*
* XXX Convert the wide character string to multibyte, which