mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Fix DPRINT.
svn path=/trunk/; revision=16934
This commit is contained in:
parent
a4ba1bf284
commit
4f9fb92e50
1 changed files with 1 additions and 1 deletions
|
@ -558,7 +558,7 @@ LdrGetModuleObject ( PUNICODE_STRING ModuleName )
|
|||
Module = CONTAINING_RECORD(Entry, LDR_DATA_TABLE_ENTRY, InLoadOrderModuleList);
|
||||
|
||||
DPRINT("Comparing %wZ and %wZ\n",
|
||||
&Module->BaseName,
|
||||
&Module->BaseDllName,
|
||||
ModuleName);
|
||||
|
||||
if (!LdrpCompareModuleNames(&Module->BaseDllName, ModuleName))
|
||||
|
|
Loading…
Reference in a new issue