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>
oldstable
Francois Gouget 2017-09-08 02:13:17 +02:00 committed by Alexandre Julliard
parent 1b25de7d57
commit cbacc556ec
1 changed files with 1 additions and 1 deletions

View File

@ -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)