win32: missed a break under WM_CLOSE
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
IoIxD 2026-07-17 20:47:28 -07:00
commit f260c3c11e

View file

@ -212,6 +212,7 @@ static LRESULT CALLBACK wndproc(HWND hWnd, UINT msg, WPARAM wp, LPARAM lp) {
case WM_CLOSE:
{
MwLLDispatch(u->ll, close, NULL);
break;
}
case WM_CHAR:
case WM_SYSCHAR: