summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOskari Timperi <oskari.timperi@iki.fi>2022-09-15 22:52:34 +0300
committerOskari Timperi <oskari.timperi@iki.fi>2022-09-15 22:52:34 +0300
commitb3013327555f3ed9c91eb18ee393a47f6e3f3fbd (patch)
treeff69458b36886af4dbdfc45b46a6c41c000994c9
parent7f5c7059197851c03a7465483733e20878b634a3 (diff)
downloadbeefysqlite-b3013327555f3ed9c91eb18ee393a47f6e3f3fbd.tar.gz
beefysqlite-b3013327555f3ed9c91eb18ee393a47f6e3f3fbd.zip
Update http.c
-rw-r--r--thirdparty/http.c2
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) {