gdiplus: Add a trailing '\n' to Wine traces.

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Wed Jul 9 21:50:36 CDT 2008


> @@ -327,7 +327,7 @@ GpStatus WINGDIPAPI 
> GdipGetFontHeightGivenDPI(GDIPCONST GpFont *font, REAL dpi,
> {
>     if (!(font && height)) return InvalidParameter;
>
> -    FIXME("%p (%s), %f, %p\n)", font,
> +    FIXME("%p (%s), %f, %p\n)\n", font,
 The first \n in the fixme should be removed.

Best Regards
 Alistair Leslie-Hughes 





More information about the wine-devel mailing list