Commit 31f340ed authored by Fabian Maurer's avatar Fabian Maurer Committed by Alexandre Julliard

wow64win: Add missing break inside packed_result_32to64 (Coverity).

parent 1fc50847
...@@ -851,6 +851,7 @@ static size_t packed_result_32to64( UINT message, WPARAM wparam, const void *par ...@@ -851,6 +851,7 @@ static size_t packed_result_32to64( UINT message, WPARAM wparam, const void *par
cs64->dwExStyle = cs32->dwExStyle; cs64->dwExStyle = cs32->dwExStyle;
return sizeof(*cs64); return sizeof(*cs64);
} }
break;
case WM_NCCALCSIZE: case WM_NCCALCSIZE:
if (wparam) if (wparam)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment