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

Francois Gouget fgouget at free.fr
Thu Oct 11 11:33:32 CDT 2007


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




More information about the wine-patches mailing list