[PATCH] winebus.sys: Add a trailing '\n' to a TRACE().

Francois Gouget fgouget at free.fr
Thu Sep 27 02:24:35 CDT 2018


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/winebus.sys/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/winebus.sys/main.c b/dlls/winebus.sys/main.c
index 6b1949ce0e5..cee0ae60734 100644
--- a/dlls/winebus.sys/main.c
+++ b/dlls/winebus.sys/main.c
@@ -391,7 +391,7 @@ static NTSTATUS handle_IRP_MN_QUERY_DEVICE_RELATIONS(IRP *irp)
     NTSTATUS status = irp->IoStatus.u.Status;
     IO_STACK_LOCATION *irpsp = IoGetCurrentIrpStackLocation( irp );
 
-    TRACE("IRP_MN_QUERY_DEVICE_RELATIONS");
+    TRACE("IRP_MN_QUERY_DEVICE_RELATIONS\n");
     switch (irpsp->Parameters.QueryDeviceRelations.Type)
     {
         case EjectionRelations:
-- 
2.19.0




More information about the wine-devel mailing list