summaryrefslogtreecommitdiff
path: root/image/png.c
diff options
context:
space:
mode:
Diffstat (limited to 'image/png.c')
-rw-r--r--image/png.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/image/png.c b/image/png.c
index 934252b7a..dfeac89e0 100644
--- a/image/png.c
+++ b/image/png.c
@@ -279,7 +279,7 @@ static nserror nspng_create_png_data(nspng_content *png_c)
}
static nserror nspng_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)
{