aboutsummaryrefslogtreecommitdiff
path: root/dlfcn.c
diff options
context:
space:
mode:
Diffstat (limited to 'dlfcn.c')
-rw-r--r--dlfcn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dlfcn.c b/dlfcn.c
index e8b7223..59e7fa6 100644
--- a/dlfcn.c
+++ b/dlfcn.c
@@ -75,6 +75,7 @@ static void global_add( HMODULE hModule )
75 return; 75 return;
76 76
77 pobject->next = nobject; 77 pobject->next = nobject;
78 nobject->next = NULL;
78 nobject->previous = pobject; 79 nobject->previous = pobject;
79 nobject->hModule = hModule; 80 nobject->hModule = hModule;
80} 81}