diff options
| author | 2026-08-26 17:56:52 -0400 | |
|---|---|---|
| committer | 2026-08-26 17:56:52 -0400 | |
| commit | 197d41a3e23cab35848f623c6133baccc62aacbe (patch) | |
| tree | 04943c1de9653de53615e10ced1eab07c2562325 /src/cache/handlers/http.h | |
| parent | 6094c907b26e21f13373bae6bf3306dbae40af3c (diff) | |
| download | camu-197d41a3e23cab35848f623c6133baccc62aacbe.tar.gz camu-197d41a3e23cab35848f623c6133baccc62aacbe.tar.bz2 camu-197d41a3e23cab35848f623c6133baccc62aacbe.zip | |
OSD stuff and Android fixes
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'src/cache/handlers/http.h')
| -rw-r--r-- | src/cache/handlers/http.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cache/handlers/http.h b/src/cache/handlers/http.h index 93efdae..3e0bfca 100644 --- a/src/cache/handlers/http.h +++ b/src/cache/handlers/http.h @@ -14,7 +14,7 @@ struct cch_handler_http { struct nn_event_loop *loop; str url; off_t pointer; - array(struct nn_http) requests; + array(struct nn_http *) requests; struct cch_threaded_waits waits; }; |