[PATCH 2/2] dinput: Remove trailing space from debug string

Bruno Jesus 00cpxxx at gmail.com
Mon Sep 12 14:07:57 CDT 2016


Spotted by Elias Vanderstuyft.

Signed-off-by: Bruno Jesus <00cpxxx at gmail.com>
---
 dlls/dinput/dinput_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/dinput/dinput_main.c b/dlls/dinput/dinput_main.c
index 98ab273..2933eb1 100644
--- a/dlls/dinput/dinput_main.c
+++ b/dlls/dinput/dinput_main.c
@@ -195,7 +195,7 @@ static const char *_dump_DIDEVTYPE_value(DWORD dwDevType, DWORD dwVersion)
     } else {
         switch (dwDevType) {
             case DI8DEVCLASS_ALL: return "All devices";
-            case DI8DEVCLASS_POINTER : return "DI8DEVCLASS_POINTER ";
+            case DI8DEVCLASS_POINTER: return "DI8DEVCLASS_POINTER";
             case DI8DEVCLASS_KEYBOARD: return "DI8DEVCLASS_KEYBOARD";
             case DI8DEVCLASS_DEVICE: return "DI8DEVCLASS_DEVICE";
             case DI8DEVCLASS_GAMECTRL: return "DI8DEVCLASS_GAMECTRL";
-- 
2.9.3




More information about the wine-patches mailing list