fixed typo
authorThomas Bluemel <thomas@reactsoft.com>
Sun, 31 Oct 2004 19:24:31 +0000 (19:24 +0000)
committerThomas Bluemel <thomas@reactsoft.com>
Sun, 31 Oct 2004 19:24:31 +0000 (19:24 +0000)
svn path=/trunk/; revision=11509

reactos/lib/kernel32/misc/toolhelp.c

index b4844d1..51acfa5 100644 (file)
@@ -16,7 +16,7 @@
  *  along with this program; if not, write to the Free Software
  *  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
  *
@@ -155,7 +155,7 @@ TH32CreateSnapshot(DWORD dwFlags,
     {
       Status = RtlQueryProcessDebugInformation(th32ProcessID,
                                                PDI_MODULES,
-                                               *HeapDebug);
+                                               *ModuleDebug);
     }
     else
       Status = STATUS_UNSUCCESSFUL;