mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 01:25:41 +00:00
fix identation bug in 18016
svn path=/trunk/; revision=18018
This commit is contained in:
parent
081b39d0ef
commit
ea0f14b310
1 changed files with 6 additions and 6 deletions
|
@ -376,12 +376,12 @@ int PASCAL WinMain(HINSTANCE hInstance, HINSTANCE prev, LPSTR cmdline, int show)
|
||||||
|
|
||||||
while (GetMessage(&msg, 0, 0, 0))
|
while (GetMessage(&msg, 0, 0, 0))
|
||||||
{
|
{
|
||||||
if (!IsDialogMessage(Globals.hFindReplaceDlg, &msg) &&
|
if (!IsDialogMessage(Globals.hFindReplaceDlg, &msg) &&
|
||||||
!TranslateAccelerator(Globals.hMainWnd, hAccel, &msg))
|
!TranslateAccelerator(Globals.hMainWnd, hAccel, &msg))
|
||||||
{
|
{
|
||||||
TranslateMessage(&msg);
|
TranslateMessage(&msg);
|
||||||
DispatchMessage(&msg);
|
DispatchMessage(&msg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return msg.wParam;
|
return msg.wParam;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue