Module: wine Branch: master Commit: 0b67c0a6e16c87fb8f6d89362f203526889be614 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0b67c0a6e16c87fb8f6d89362f...
Author: Francois Gouget fgouget@free.fr Date: Thu Oct 11 18:33:32 2007 +0200
winex11.drv: Add the trailing '\n' to a Wine trace.
---
dlls/winex11.drv/opengl.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/winex11.drv/opengl.c b/dlls/winex11.drv/opengl.c index c45fa68..c510a3b 100644 --- a/dlls/winex11.drv/opengl.c +++ b/dlls/winex11.drv/opengl.c @@ -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;