winex11: Add the trailing '\n' to a Wine trace.
This commit is contained in:
parent
14725934bb
commit
4f4cc28132
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue