X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=w32log.c;h=c7e3540dc6ab74aefe12b874b282b51fd5fd7e90;hp=a26569fdf95f3a95d6112ad35ee3c577a169db59;hb=221a417dbffacf1ba3972f23d916b1ed8b0d020f;hpb=100f48795eee7d2996bff48871bf745af01811c7 diff --git a/w32log.c b/w32log.c index a26569fd..c7e3540d 100644 --- a/w32log.c +++ b/w32log.c @@ -3,7 +3,7 @@ * File : $Source: /cvsroot/ijbswa/current/w32log.c,v $ * * Purpose : Functions for creating and destroying the log window, - * ouputting strings, processing messages and so on. + * outputting strings, processing messages and so on. * * Copyright : Written by and Copyright (C) 2001-2009 members of * the Privoxy team. https://www.privoxy.org/ @@ -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) {