mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +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;
|
||||
NTSTATUS Status;
|
||||
|
||||
DbgPrint("ZwCreateSection()\n");
|
||||
DPRINT("ZwCreateSection()\n");
|
||||
|
||||
Section = ObCreateObject(SectionHandle,
|
||||
DesiredAccess,
|
||||
|
|
Loading…
Reference in a new issue