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

Francois Gouget fgouget at free.fr
Thu Aug 30 09:29:05 CDT 2012


---
 dlls/usbd.sys/usbd.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
 
-- 
1.7.10.4



More information about the wine-patches mailing list