winex11.drv: Remove spaces in WARN and TRACE messages.

Andrey Gusev andrey.goosev at gmail.com
Sun Dec 1 12:18:53 CST 2013


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20131201/8e281339/attachment.html>
-------------- next part --------------
From 80a4b7910437fb7c3687f605639b95589f9dcce1 Mon Sep 17 00:00:00 2001
Message-Id: <80a4b7910437fb7c3687f605639b95589f9dcce1.1385921648.git.andrey.goosev at gmail.com>
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Sun, 1 Dec 2013 20:13:44 +0200
Subject: winex11.drv: Remove spaces in WARN and TRACE messages.

---
 dlls/winex11.drv/mouse.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/winex11.drv/mouse.c b/dlls/winex11.drv/mouse.c
index f1e58fe..34efb64 100644
--- a/dlls/winex11.drv/mouse.c
+++ b/dlls/winex11.drv/mouse.c
@@ -266,7 +266,7 @@ static void enable_xinput2(void)
         else
         {
             data->xi2_state = xi_unavailable;
-            WARN( "X Input 2 not available\n" );
+            WARN( "XInput2 not available\n" );
         }
     }
     if (data->xi2_state == xi_unavailable) return;
@@ -1717,7 +1717,7 @@ void X11DRV_XInput2_Init(void)
 
     xinput2_available = XQueryExtension( gdi_display, "XInputExtension", &xinput2_opcode, &event, &error );
 #else
-    TRACE( "X Input 2 support not compiled in.\n" );
+    TRACE( "XInput2 support not compiled in.\n" );
 #endif
 }
 
-- 
1.8.1.2


More information about the wine-patches mailing list