diff options
Diffstat (limited to 'camel')
-rw-r--r-- | camel/camel-formatter.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/camel/camel-formatter.c b/camel/camel-formatter.c index 49033f05a7..4a1b873141 100644 --- a/camel/camel-formatter.c +++ b/camel/camel-formatter.c @@ -71,8 +71,8 @@ static void handle_unknown_type (CamelFormatter *formatter, /* encodes some characters into their 'escaped' version; * so '<' turns into '<', and '"' turns into '"' */ static gchar* text_to_html (const guchar *input, - guint len, - guint *encoded_len_return); + guint len, + guint *encoded_len_return); /* compares strings case-insensitively */ static gint strcase_equal (gconstpointer v, gconstpointer v2); |