mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:45:46 +00:00
fixed typo
svn path=/trunk/; revision=10145
This commit is contained in:
parent
fa2ac0c0ca
commit
f82a992ec2
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: process.c,v 1.132 2004/07/07 16:28:35 navaraf Exp $
|
||||
/* $Id: process.c,v 1.133 2004/07/16 20:20:53 weiden Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -1125,7 +1125,7 @@ NtQueryInformationProcess(IN HANDLE ProcessHandle,
|
|||
else
|
||||
{
|
||||
PULONG HandleCount = (PULONG)ProcessInformation;
|
||||
*HandleCount = ObpGetHandleCountbyHandleTable(&Process->HandleTable);
|
||||
*HandleCount = ObpGetHandleCountByHandleTable(&Process->HandleTable);
|
||||
if (ReturnLength)
|
||||
{
|
||||
*ReturnLength = sizeof(ULONG);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue