summaryrefslogtreecommitdiff
path: root/dll.c
diff options
context:
space:
mode:
Diffstat (limited to 'dll.c')
-rw-r--r--dll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dll.c b/dll.c
index 7b0253f..15c1bda 100644
--- a/dll.c
+++ b/dll.c
@@ -82,7 +82,7 @@ DllMain (
/*
* The DLL is being mapped into the process's address space
*/
- result = ptw32_rocessInitialize ();
+ result = ptw32_processInitialize ();
/* Load KERNEL32 and try to get address of TryEnterCriticalSection */
ptw32_h_kernel32 = LoadLibrary(TEXT("KERNEL32.DLL"));