comctl32: Added missing break (Coverity).
This commit is contained in:
parent
7cd22f7037
commit
e766a132db
|
@ -999,6 +999,7 @@ static LRESULT CALLBACK parent_wnd_proc(HWND hWnd, UINT message, WPARAM wParam,
|
|||
}
|
||||
}
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
case WM_DESTROY:
|
||||
|
|
Loading…
Reference in New Issue