mlang: tests update IMultiLanguage2_GetRfc1766FromLcid can return S_FALSE on partial name matching so deal with this properly

Rob Shearman robertshearman at gmail.com
Sat Sep 27 15:52:00 CDT 2008


2008/9/27 Aric Stewart <aric at codeweavers.com>:
> +    if (hr != S_FALSE)
> +        /*
> +         * this happens when 'kok' instead matches to a different Rfc1766 name
> +         * for example 'ko' so it is not a falure but does not give us what

"falure" -> spelling mistake

> +         * we are looking for
> +         */
> +    {

Slight style issue - comment between if statement and open block
character doesn't look very nice.

-- 
Rob Shearman



More information about the wine-devel mailing list