summaryrefslogtreecommitdiff
path: root/image/jpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'image/jpeg.c')
-rw-r--r--image/jpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/image/jpeg.c b/image/jpeg.c
index 8e6ac8528..a9030be1e 100644
--- a/image/jpeg.c
+++ b/image/jpeg.c
@@ -61,7 +61,7 @@ static unsigned char nsjpeg_eoi[] = { 0xff, JPEG_EOI };
* Content create entry point.
*/
static nserror nsjpeg_create(const content_handler *handler,
- lwc_string *imime_type, const http_parameter *params,
+ lwc_string *imime_type, const struct http_parameter *params,
llcache_handle *llcache, const char *fallback_charset,
bool quirks, struct content **c)
{