From 0b67c0a6e16c87fb8f6d89362f203526889be614 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Thu, 11 Oct 2007 18:33:32 +0200 Subject: [PATCH] winex11.drv: Add the trailing '\n' to a Wine trace. --- dlls/winex11.drv/opengl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/winex11.drv/opengl.c b/dlls/winex11.drv/opengl.c index c45fa684e0f..c510a3b17b5 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;