Commit 3aebd595 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

gdiplus: Add missing '\n' in Wine trace.

parent 6f24b198
......@@ -55,10 +55,10 @@ Status WINAPI GdiplusStartup(ULONG_PTR *token, const struct GdiplusStartupInput
return UnsupportedGdiplusVersion;
} else if ((input->DebugEventCallback) ||
(input->SuppressBackgroundThread) || (input->SuppressExternalCodecs)){
FIXME("Unimplemented for non-default GdiplusStartupInput");
FIXME("Unimplemented for non-default GdiplusStartupInput\n");
return NotImplemented;
} else if(output) {
FIXME("Unimplemented for non-null GdiplusStartupOutput");
FIXME("Unimplemented for non-null GdiplusStartupOutput\n");
return NotImplemented;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment