follow-up to correct syntax error in Windows build

This commit is contained in:
nhmall
2023-11-16 00:12:41 -05:00
parent 86067dcffd
commit bc2c2f5138

View File

@@ -76,7 +76,7 @@ COLORREF message_bg_color = RGB(0, 0, 0);
COLORREF message_fg_color = RGB(0xFF, 0xFF, 0xFF);
strbuf_t raw_print_strbuf = { 0 };
mswin_menu_promptstyle = { NO_COLOR, ATR_NONE };
color_attr mswin_menu_promptstyle = { NO_COLOR, ATR_NONE };
/* Interface definition, for windows.c */
struct window_procs mswin_procs = {