From a6c9a55391c484038a98f0326798949c52621c50 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 25 May 2009 13:42:03 -0400 Subject: Fix compiler warnings in e-util. --- e-util/e-html-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'e-util/e-html-utils.c') diff --git a/e-util/e-html-utils.c b/e-util/e-html-utils.c index d634f5f6b0..4cdb0eefa3 100644 --- a/e-util/e-html-utils.c +++ b/e-util/e-html-utils.c @@ -246,7 +246,7 @@ e_text_to_html_full (const char *input, unsigned int flags, guint32 color) colored = TRUE; } } else if (colored) { - gchar *no_font = ""; + const gchar *no_font = ""; out = check_size (&buffer, &buffer_size, out, 9); out += sprintf (out, "%s", no_font); -- cgit