comctl32: Add opening and closing brackets and remove spaces

Dmitry Timoshkov dmitry at baikal.ru
Sat Jan 4 05:33:34 CST 2014


Andrey Gusev <andrey.goosev at gmail.com> wrote:

> --- a/dlls/comctl32/animate.c
> +++ b/dlls/comctl32/animate.c
> @@ -499,7 +499,7 @@ static BOOL ANIMATE_GetAviInfo(ANIMATE_INFO *infoPtr)
>  
>      if ((ckMainRIFF.ckid != FOURCC_RIFF) ||
>  	(ckMainRIFF.fccType != mmioFOURCC('A', 'V', 'I', ' '))) {
> -	WARN("Can't find 'AVI ' chunk\n");
> +	WARN("Can't find 'AVI' chunk\n");

This change is wrong.

-- 
Dmitry.



More information about the wine-devel mailing list