Commit bc240bd3 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

winhlp32: Mark up fallthrough switch case (coverity).

parent 126fded4
......@@ -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);
......
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