mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Fixed debug statement
svn path=/trunk/; revision=212
This commit is contained in:
parent
e51b6b925d
commit
dbad901d31
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ NTSTATUS STDCALL ZwCreateSection(OUT PHANDLE SectionHandle,
|
||||||
PSECTION_OBJECT Section;
|
PSECTION_OBJECT Section;
|
||||||
NTSTATUS Status;
|
NTSTATUS Status;
|
||||||
|
|
||||||
DbgPrint("ZwCreateSection()\n");
|
DPRINT("ZwCreateSection()\n");
|
||||||
|
|
||||||
Section = ObCreateObject(SectionHandle,
|
Section = ObCreateObject(SectionHandle,
|
||||||
DesiredAccess,
|
DesiredAccess,
|
||||||
|
|
Loading…
Reference in a new issue