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

This commit is contained in:
Francois Gouget 2007-11-15 19:22:23 +01:00 committed by Alexandre Julliard
parent 14725934bb
commit 4f4cc28132
1 changed files with 1 additions and 1 deletions

View File

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