mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
fixed typo
svn path=/trunk/; revision=834
This commit is contained in:
parent
f30ade19b8
commit
4a02ce0c1e
1 changed files with 2 additions and 2 deletions
|
@ -175,8 +175,8 @@ RtlCreateUserThread(HANDLE ProcessHandle,
|
|||
*StackCommit = CommitSize;
|
||||
|
||||
/* return reserved stack size */
|
||||
if (StackCommit)
|
||||
*StackCommit = ReservedSize;
|
||||
if (StackReserved)
|
||||
*StackReserved = ReservedSize;
|
||||
|
||||
/* return thread handle */
|
||||
if (ThreadHandle)
|
||||
|
|
Loading…
Reference in a new issue