fixed nResult warning

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4642 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2006-04-05 18:54:17 +00:00
parent 1441a24be7
commit 9dd05f0129

View file

@ -1362,7 +1362,7 @@ void WINAPI showCfgDlg()
while (!g_done) {
MSG msg;
int nResult = GetMessage(&msg, NULL, 0, 0);
GetMessage(&msg, NULL, 0, 0);
if (!IsDialogMessage(hConfigWindow,&msg) && !IsDialogMessage(hMainWindow,&msg))
{
TranslateMessage(&msg);