aboutsummaryrefslogtreecommitdiffstats
path: root/camel
diff options
context:
space:
mode:
authorMatthew Loper <mloper@src.gnome.org>2000-02-09 07:26:31 +0800
committerMatthew Loper <mloper@src.gnome.org>2000-02-09 07:26:31 +0800
commitc9f1db9bd04c54e488d2c3670c9baed990aa205f (patch)
tree122961147ebd07339ede11f14deffb0d103d3ae5 /camel
parent3e5f29f65034bd84afa560c58000ac0ba1695536 (diff)
downloadgsoc2013-evolution-c9f1db9bd04c54e488d2c3670c9baed990aa205f.tar
gsoc2013-evolution-c9f1db9bd04c54e488d2c3670c9baed990aa205f.tar.gz
gsoc2013-evolution-c9f1db9bd04c54e488d2c3670c9baed990aa205f.tar.bz2
gsoc2013-evolution-c9f1db9bd04c54e488d2c3670c9baed990aa205f.tar.lz
gsoc2013-evolution-c9f1db9bd04c54e488d2c3670c9baed990aa205f.tar.xz
gsoc2013-evolution-c9f1db9bd04c54e488d2c3670c9baed990aa205f.tar.zst
gsoc2013-evolution-c9f1db9bd04c54e488d2c3670c9baed990aa205f.zip
+ * tests/test-formatter.c (convert_to_html_and_print): Fixed call
+ to 'camel_formatter_mime_message_to_html' to contain correct + params. svn path=/trunk/; revision=1697
Diffstat (limited to 'camel')
-rw-r--r--camel/camel-formatter.c4
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 '&lt;', and '"' turns into '&quot;' */
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);