Missed a tab / space format. Looked ugly in diff

svn path=/trunk/; revision=20153
This commit is contained in:
Ged Murphy 2005-12-13 22:12:01 +00:00
parent e5f571b48a
commit 6688a4c6f3

View file

@ -354,7 +354,7 @@ dlProc(HWND Dlg, UINT Msg, WPARAM wParam, LPARAM lParam)
if (wParam == IDCANCEL)
{
SetWindowLongPtrW(Dlg, GWLP_USERDATA, 1);
PostMessage(Dlg, WM_CLOSE, 0, 0);
PostMessage(Dlg, WM_CLOSE, 0, 0);
}
return FALSE;