diff options
Diffstat (limited to 'camel/camel-mime-part.c')
-rw-r--r-- | camel/camel-mime-part.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-mime-part.c b/camel/camel-mime-part.c index b8e259b3e2..eb65dead4e 100644 --- a/camel/camel-mime-part.c +++ b/camel/camel-mime-part.c @@ -531,7 +531,7 @@ camel_mime_part_get_content_languages (CamelMimePart *mime_part) /* **** Content-Type: */ void -camel_mime_part_set_content_type (CamelMimePart *mime_part, gchar *content_type) +camel_mime_part_set_content_type (CamelMimePart *mime_part, const gchar *content_type) { camel_medium_set_header (CAMEL_MEDIUM (mime_part), "Content-Type", content_type); |