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

View File

@@ -248,8 +248,8 @@ struct console_t {
0, /* height */
FALSE, /* has_unicode */
0, /* buffer_size */
{ 0 }, /* front_buffer */
{ 0 }, /* back_buffer */
NULL, /* front_buffer */
NULL, /* back_buffer */
{ 0 }, /* cpMap */
FALSE, /* font_changed */
{ 0 }, /* orig_font_info */