winhlp32: Mark up fallthrough switch case (coverity)

André Hentschel nerv at dawncrow.de
Wed Nov 7 16:19:21 CST 2012


CID 502289
---
 programs/winhlp32/winhelp.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/programs/winhlp32/winhelp.c b/programs/winhlp32/winhelp.c
index b905807..5e854f6 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);
-- 
1.8.0



-- 

Best Regards, André Hentschel


More information about the wine-patches mailing list