wow64win: Add missing break inside packed_result_32to64 (Coverity).
This commit is contained in:
parent
1fc50847e0
commit
31f340edfd
1 changed files with 1 additions and 0 deletions
|
@ -851,6 +851,7 @@ static size_t packed_result_32to64( UINT message, WPARAM wparam, const void *par
|
|||
cs64->dwExStyle = cs32->dwExStyle;
|
||||
return sizeof(*cs64);
|
||||
}
|
||||
break;
|
||||
|
||||
case WM_NCCALCSIZE:
|
||||
if (wparam)
|
||||
|
|
Loading…
Add table
Reference in a new issue