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

Alexandre Julliard julliard at winehq.org
Fri Oct 12 05:22:56 CDT 2007


Module: wine
Branch: master
Commit: 0b67c0a6e16c87fb8f6d89362f203526889be614
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=0b67c0a6e16c87fb8f6d89362f203526889be614

Author: Francois Gouget <fgouget at 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;




More information about the wine-cvs mailing list