]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/LibC/Stdio/vswscanf.c
StdLib/LibC/Stdio: fix "missing braces around initializer"
[mirror_edk2.git] / StdLib / LibC / Stdio / vswscanf.c
index 3f62666652b5931499b9a4196d21962e3eab92d6..254f0b224a5f185b007e64ab165a6cb80607467b 100644 (file)
@@ -72,7 +72,7 @@ vswscanf(
   size_t mlen;\r
   int r;\r
   const wchar_t *rstr = str;\r
-  struct __sfileext fext = { 0 };\r
+  struct __sfileext fext = { { 0 } };\r
 \r
   /*\r
    * XXX Convert the wide character string to multibyte, which\r