diff options
| author | Oskari Timperi <oskari.timperi@iki.fi> | 2022-09-15 22:52:05 +0300 |
|---|---|---|
| committer | Oskari Timperi <oskari.timperi@iki.fi> | 2022-09-15 22:53:05 +0300 |
| commit | 1cdc5a7609f6b2354d60271da28a6f0be48a2f2d (patch) | |
| tree | afc99d0781be4bc4f5370d1b2c1f071bd8bfb838 /http.c | |
| parent | b0d3002af8bedbf7fb6a5993ac40809ec638072e (diff) | |
| download | sqlite-http-c-1cdc5a7609f6b2354d60271da28a6f0be48a2f2d.tar.gz sqlite-http-c-1cdc5a7609f6b2354d60271da28a6f0be48a2f2d.zip | |
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) { |
