X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=w32log.c;h=c7e3540dc6ab74aefe12b874b282b51fd5fd7e90;hp=b60eae782cafd238357838317b06c8efac683747;hb=HEAD;hpb=540249459558fe9ae78dcaba162c362ba5263530 diff --git a/w32log.c b/w32log.c index b60eae78..c7e3540d 100644 --- a/w32log.c +++ b/w32log.c @@ -1187,7 +1187,7 @@ LRESULT CALLBACK LogWindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lPara case WM_SHOWWINDOW: g_bShowLogWindow = wParam; - case WM_SIZE: + case WM_SIZE: /* note: implicit-fallthrough */ /* Resize the logging window to fit the new frame */ if (g_hwndLogBox) {