Francois Gouget : usbd.sys: Add a trailing '\n' to a Wine trace.

Alexandre Julliard julliard at winehq.org
Thu Aug 30 14:34:34 CDT 2012


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Aug 30 16:29:05 2012 +0200

usbd.sys: Add a trailing '\n' to a Wine trace.

---

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

diff --git a/dlls/usbd.sys/usbd.c b/dlls/usbd.sys/usbd.c
index daf49cf..485a24c 100644
--- a/dlls/usbd.sys/usbd.c
+++ b/dlls/usbd.sys/usbd.c
@@ -225,7 +225,7 @@ USBD_STATUS WINAPI USBD_ValidateConfigurationDescriptor(
         PUCHAR *offset,
         ULONG tag )
 {
-    FIXME( "(%p, %u, %u, %p, %u) partial stub!", descr, length, level, offset, tag );
+    FIXME( "(%p, %u, %u, %p, %u) partial stub!\n", descr, length, level, offset, tag );
 
     if (offset) *offset = 0;
 




More information about the wine-cvs mailing list