summaryrefslogtreecommitdiff
path: root/content/content.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/content.c')
-rw-r--r--content/content.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/content.c b/content/content.c
index e8cfade5d..22c6f9904 100644
--- a/content/content.c
+++ b/content/content.c
@@ -219,8 +219,8 @@ struct content * content_create(char *url)
* \param params array of strings, ordered attribute, value, attribute, ..., 0
*/
-void content_set_type(struct content *c, content_type type, char* mime_type,
- const char *params[])
+void content_set_type(struct content *c, content_type type,
+ const char *mime_type, const char *params[])
{
union content_msg_data data;
assert(c != 0);