From bc240bd323187fd5ba92e854adf51c391c834523 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Hentschel?= Date: Wed, 7 Nov 2012 23:19:21 +0100 Subject: [PATCH] winhlp32: Mark up fallthrough switch case (coverity). --- programs/winhlp32/winhelp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/programs/winhlp32/winhelp.c b/programs/winhlp32/winhelp.c index b905807357c..5e854f639ac 100644 --- a/programs/winhlp32/winhelp.c +++ b/programs/winhlp32/winhelp.c @@ -1480,6 +1480,7 @@ static LRESULT CALLBACK WINHELP_MainWndProc(HWND hWnd, UINT msg, WPARAM wParam, break; default: WINE_FIXME("Unsupported %d\n", win->font_scale); + /* fall through */ case 1: CheckMenuItem(hMenu, MNID_CTXT_FONTS_NORMAL, MF_BYCOMMAND|MF_CHECKED);