mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 08:00:24 +00:00
fix typo
svn path=/trunk/; revision=26944
This commit is contained in:
parent
5eb9a85a9d
commit
e8318db301
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ CmFindObject(POBJECT_CREATE_INFORMATION ObjectCreateInfo,
|
|||
|
||||
PAGED_CODE();
|
||||
|
||||
DPRINT("CmindObject(ObjectCreateInfo %x, ReturnedObject %x, "
|
||||
DPRINT("CmFindObject(ObjectCreateInfo %x, ReturnedObject %x, "
|
||||
"RemainingPath %x)\n",ObjectCreateInfo,ReturnedObject,RemainingPath);
|
||||
|
||||
RtlInitUnicodeString (RemainingPath, NULL);
|
||||
|
|
Loading…
Reference in a new issue