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

This commit is contained in:
Francois Gouget 2007-10-11 18:33:32 +02:00 committed by Alexandre Julliard
parent e396288ec5
commit 0b67c0a6e1
1 changed files with 1 additions and 1 deletions

View File

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