Not 100% sure, but I guess this wasn't intended. If it was, it would warrant a comment, at least.
Signed-off-by: Fabian Maurer dark.shadow4@web.de --- programs/oleview/typelib.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/programs/oleview/typelib.c b/programs/oleview/typelib.c index 4912a5fb00..99de87b43b 100644 --- a/programs/oleview/typelib.c +++ b/programs/oleview/typelib.c @@ -1598,6 +1598,7 @@ static LRESULT CALLBACK TypeLibProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM } case WM_COMMAND: TypeLibMenuCommand(LOWORD(wParam), hWnd); + break; case WM_MENUSELECT: UpdateTypeLibStatusBar(LOWORD(wParam)); break;