diff options
Diffstat (limited to 'mail/mail-threads.c')
-rw-r--r-- | mail/mail-threads.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-threads.c b/mail/mail-threads.c index d37d55ed90..fae28cbcfb 100644 --- a/mail/mail-threads.c +++ b/mail/mail-threads.c @@ -394,7 +394,7 @@ mail_op_show_progressbar (void) **/ void -mail_op_set_message (gchar * fmt, ...) +mail_op_set_message (const gchar *fmt, ...) { com_msg_t msg; va_list val; |