mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:53:06 +00:00
fixed typo
svn path=/trunk/; revision=11509
This commit is contained in:
parent
0e80529be4
commit
9bb9d462ba
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
/* $Id: toolhelp.c,v 1.7 2004/10/31 00:14:18 weiden Exp $
|
/* $Id: toolhelp.c,v 1.8 2004/10/31 19:24:31 weiden Exp $
|
||||||
*
|
*
|
||||||
* KERNEL32.DLL toolhelp functions
|
* KERNEL32.DLL toolhelp functions
|
||||||
*
|
*
|
||||||
|
@ -155,7 +155,7 @@ TH32CreateSnapshot(DWORD dwFlags,
|
||||||
{
|
{
|
||||||
Status = RtlQueryProcessDebugInformation(th32ProcessID,
|
Status = RtlQueryProcessDebugInformation(th32ProcessID,
|
||||||
PDI_MODULES,
|
PDI_MODULES,
|
||||||
*HeapDebug);
|
*ModuleDebug);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
Status = STATUS_UNSUCCESSFUL;
|
Status = STATUS_UNSUCCESSFUL;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue