mirror of
https://github.com/ruby/ruby.git
synced 2025-09-17 01:23:57 +02:00
merge revision(s) 40069:
win32.c: missing break * win32/win32.c (constat_attr): fix missing break. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@40075 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
525c60b4cd
commit
a85a0ddf0a
2 changed files with 2 additions and 1 deletions
|
@ -5629,6 +5629,7 @@ constat_attr(int count, const int *seq, DWORD attr, DWORD default_attr)
|
|||
|
||||
case 40:
|
||||
attr &= ~(BACKGROUND_BLUE | BACKGROUND_GREEN | BACKGROUND_RED);
|
||||
break;
|
||||
case 41:
|
||||
attr = attr & ~(BACKGROUND_BLUE | BACKGROUND_GREEN) | BACKGROUND_RED;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue