Commit 4f4cc281 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

winex11: Add the trailing '\n' to a Wine trace.

parent 14725934
......@@ -1532,7 +1532,7 @@ BOOL X11DRV_wglCopyContext(HGLRC hglrcSrc, HGLRC hglrcDst, UINT mask) {
* for more than 7 years and this function has remained a stub ever since then.
*/
if(!src->ctx || !dst->ctx) {
FIXME("No source or destination context available! This could indicate a Wine bug.");
FIXME("No source or destination context available! This could indicate a Wine bug.\n");
return FALSE;
}
pglXCopyContext(gdi_display, src->ctx, dst->ctx, mask);
......
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