usp10: Add missing break in switch (coverity)

Aric Stewart aric at codeweavers.com
Wed Oct 24 06:48:59 CDT 2012


Yes, Thank you for correcting this.

-aric

On 10/23/12 7:05 PM, André Hentschel wrote:
> CID 709727
> by the surrounding code i _guess_ it should break here
> 
> ---
>   dlls/usp10/opentype.c | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/dlls/usp10/opentype.c b/dlls/usp10/opentype.c
> index fe4bde4..138890f 100644
> --- a/dlls/usp10/opentype.c
> +++ b/dlls/usp10/opentype.c
> @@ -1498,6 +1498,7 @@ static INT GPOS_apply_lookup(LPOUTLINETEXTMETRICW lpotm, LPLOGFONTW lplogfont, I
>                   if (advance.y)
>                       FIXME("Unhandled adjustment to Y advancement\n");
>               }
> +            break;
>           }
>           case 2:
>           {
> 
> 
> 
> 



More information about the wine-patches mailing list