Paul TBBle Hampson : dinput: Add missing newline to trace message.

Alexandre Julliard julliard at winehq.org
Mon Apr 20 11:33:11 CDT 2009


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

Author: Paul TBBle Hampson <Paul.Hampson at Pobox.com>
Date:   Sat Apr 18 22:21:30 2009 +1000

dinput: Add missing newline to trace message.

---

 dlls/dinput/dinput_main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/dinput/dinput_main.c b/dlls/dinput/dinput_main.c
index f9ba1c6..9769d74 100644
--- a/dlls/dinput/dinput_main.c
+++ b/dlls/dinput/dinput_main.c
@@ -203,7 +203,7 @@ static void _dump_EnumDevices_dwFlags(DWORD dwFlags) {
 	};
 	TRACE(" flags: ");
 	if (dwFlags == 0) {
-	    TRACE("DIEDFL_ALLDEVICES");
+	    TRACE("DIEDFL_ALLDEVICES\n");
 	    return;
 	}
 	for (i = 0; i < (sizeof(flags) / sizeof(flags[0])); i++)




More information about the wine-cvs mailing list