Commit 0b67c0a6 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent e396288e
......@@ -1484,7 +1484,7 @@ BOOL X11DRV_SetPixelFormat(X11DRV_PDEVICE *physDev,
}
}
else {
FIXME("called on a non-window, non-bitmap object?");
FIXME("called on a non-window, non-bitmap object?\n");
}
physDev->current_pf = iPixelFormat;
......
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