remove a warning with gcc on Windows

"braces around scalar initializer"
This commit is contained in:
nhmall
2021-10-11 18:14:09 -04:00
parent 8ec322b87e
commit 1e78c296f3
+2 -2
View File
@@ -248,8 +248,8 @@ struct console_t {
0, /* height */ 0, /* height */
FALSE, /* has_unicode */ FALSE, /* has_unicode */
0, /* buffer_size */ 0, /* buffer_size */
{ 0 }, /* front_buffer */ NULL, /* front_buffer */
{ 0 }, /* back_buffer */ NULL, /* back_buffer */
{ 0 }, /* cpMap */ { 0 }, /* cpMap */
FALSE, /* font_changed */ FALSE, /* font_changed */
{ 0 }, /* orig_font_info */ { 0 }, /* orig_font_info */