mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Add missing break statement; fixes win32 leak test tinderbox
This commit is contained in:
parent
48fd346836
commit
bf73bd6518
@ -5760,6 +5760,7 @@ DWORD nsWindow::WindowStyle()
|
||||
} else {
|
||||
style |= WS_OVERLAPPED;
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
NS_ASSERTION(0, "unknown border style");
|
||||
|
Loading…
Reference in New Issue
Block a user