[TASKMGR]

- Add missing break that causes stack corruption

svn path=/trunk/; revision=66474
This commit is contained in:
Thomas Faber 2015-02-27 00:08:26 +00:00
parent 714369041b
commit 74900e380b

View file

@ -427,6 +427,7 @@ TaskManagerWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
break; break;
} }
} }
break;
#if 0 #if 0
case WM_NCPAINT: case WM_NCPAINT:
hdc = GetDC(hDlg); hdc = GetDC(hDlg);