120ae039b6e0 bustage fix (missing brace).

This commit is contained in:
Jim Mathies 2009-08-11 12:45:42 -05:00
parent 9518e08340
commit 2dec62d688

View File

@ -4032,6 +4032,7 @@ PRBool nsWindow::ProcessMessage(UINT msg, WPARAM &wParam, LPARAM &lParam,
{
WINDOWPOS *wp = (LPWINDOWPOS)lParam;
OnWindowPosChanged(wp, result);
}
break;
case WM_SETTINGCHANGE: