diff options
Diffstat (limited to 'mail/session.c')
-rw-r--r-- | mail/session.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/session.c b/mail/session.c index eaa5d72dfa..086a7c12fc 100644 --- a/mail/session.c +++ b/mail/session.c @@ -60,7 +60,7 @@ mail_request_dialog (const char *prompt, gboolean secret, const char *key) ans == NULL) return NULL; #else - if (!mail_op_get_password (prompt, secret, &ans)) + if (!mail_op_get_password ((char *) prompt, secret, &ans)) return NULL; #endif |