diff options
| -rw-r--r-- | thirdparty/http.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/http.c b/thirdparty/http.c index f337e32..0cfd7b0 100644 --- a/thirdparty/http.c +++ b/thirdparty/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) { |
