Module: wine Branch: master Commit: 4b1ba7bf1771a519dd742c8b9d73358977ffd751 URL: http://source.winehq.org/git/wine.git/?a=commit;h=4b1ba7bf1771a519dd742c8b9d...
Author: Francois Gouget fgouget@free.fr Date: Tue Nov 13 09:28:53 2007 +0100
ntoskrnl: Remove trailing spaces in Wine traces.
---
dlls/ntoskrnl.exe/ntoskrnl.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/ntoskrnl.exe/ntoskrnl.c b/dlls/ntoskrnl.exe/ntoskrnl.c index 2aac409..10ac0a1 100644 --- a/dlls/ntoskrnl.exe/ntoskrnl.c +++ b/dlls/ntoskrnl.exe/ntoskrnl.c @@ -252,7 +252,7 @@ NTSTATUS wine_ntoskrnl_main_loop( HANDLE stop_event ) */ PMDL WINAPI IoAllocateMdl( PVOID VirtualAddress, ULONG Length, BOOLEAN SecondaryBuffer, BOOLEAN ChargeQuota, PIRP Irp ) { - FIXME( "stub: %p, %u, %i, %i, %p \n", VirtualAddress, Length, SecondaryBuffer, ChargeQuota, Irp ); + FIXME( "stub: %p, %u, %i, %i, %p\n", VirtualAddress, Length, SecondaryBuffer, ChargeQuota, Irp ); return NULL; }
@@ -262,7 +262,7 @@ PMDL WINAPI IoAllocateMdl( PVOID VirtualAddress, ULONG Length, BOOLEAN Secondary */ PIO_WORKITEM WINAPI IoAllocateWorkItem( PDEVICE_OBJECT DeviceObject ) { - FIXME( "stub: %p \n", DeviceObject ); + FIXME( "stub: %p\n", DeviceObject ); return NULL; }