winhlp32: Mark up fallthrough switch case (coverity).

oldstable
André Hentschel 2012-11-07 23:19:21 +01:00 committed by Alexandre Julliard
parent 126fded4a4
commit bc240bd323
1 changed files with 1 additions and 0 deletions

View File

@ -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);