Commit e766a132 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

comctl32: Added missing break (Coverity).

parent 7cd22f70
......@@ -999,6 +999,7 @@ static LRESULT CALLBACK parent_wnd_proc(HWND hWnd, UINT message, WPARAM wParam,
}
}
}
break;
}
case WM_DESTROY:
......
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