diff options
Diffstat (limited to 'mail/em-format-html-display.c')
-rw-r--r-- | mail/em-format-html-display.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-format-html-display.c b/mail/em-format-html-display.c index 2669a8c7f2..f67860f11f 100644 --- a/mail/em-format-html-display.c +++ b/mail/em-format-html-display.c @@ -966,7 +966,7 @@ static void efhd_format_prefix(EMFormat *emf, CamelStream *stream) time_t date; char due_date[128]; struct tm due_tm; - gchar *iconpath; + char *iconpath; if (emf->folder == NULL || emf->uid == NULL || (flag = camel_folder_get_message_user_tag(emf->folder, emf->uid, "follow-up")) == NULL |