mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
win32.c: missing break
* win32/win32.c (constat_attr): fix missing break. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40069 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0af1619781
commit
ff9c262f6c
1 changed files with 1 additions and 0 deletions
|
@ -5620,6 +5620,7 @@ constat_attr(int count, const int *seq, WORD attr, WORD default_attr)
|
|||
|
||||
case 40:
|
||||
attr &= ~(BACKGROUND_BLUE | BACKGROUND_GREEN | BACKGROUND_RED);
|
||||
break;
|
||||
case 41:
|
||||
attr = attr & ~(BACKGROUND_BLUE | BACKGROUND_GREEN) | BACKGROUND_RED;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue