winex11.drv: Add the trailing '\n' to a Wine trace.
This commit is contained in:
parent
e396288ec5
commit
0b67c0a6e1
|
@ -1484,7 +1484,7 @@ BOOL X11DRV_SetPixelFormat(X11DRV_PDEVICE *physDev,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
FIXME("called on a non-window, non-bitmap object?");
|
FIXME("called on a non-window, non-bitmap object?\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
physDev->current_pf = iPixelFormat;
|
physDev->current_pf = iPixelFormat;
|
||||||
|
|
Loading…
Reference in New Issue