diff options
Diffstat (limited to 'http.c')
| -rw-r--r-- | http.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |
