summaryrefslogtreecommitdiff
path: root/http.c
diff options
context:
space:
mode:
Diffstat (limited to 'http.c')
-rw-r--r--http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/http.c b/http.c
index f337e32..0cfd7b0 100644
--- a/http.c
+++ b/http.c
@@ -893,7 +893,7 @@ void* http_dlopen(const char* zName) {
}
void http_dlclose(void* library) {
- dlclose(zName);
+ dlclose(library);
}
void* http_dlsym(void* library, const char* zName) {