gdiplus: Add a trailing linefeed to an ERR() message.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Vincent Povirk <vincent@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
1b25de7d57
commit
cbacc556ec
|
@ -6668,7 +6668,7 @@ GpStatus gdi_transform_release(GpGraphics *graphics)
|
|||
{
|
||||
if (graphics->gdi_transform_acquire_count <= 0)
|
||||
{
|
||||
ERR("called without matching gdi_transform_acquire");
|
||||
ERR("called without matching gdi_transform_acquire\n");
|
||||
return GenericError;
|
||||
}
|
||||
if (graphics->gdi_transform_acquire_count == 1 && graphics->hdc)
|
||||
|
|
Loading…
Reference in New Issue