From d5f9483b16cea64491eb5fe4eec815c61126849e Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Fri, 11 Aug 2000 03:41:26 +0000 Subject: Fixed some warnings. 2000-08-10 Christopher James Lahey * folder-browser-factory.c, message-list.c, message-thread.c, session.c: Fixed some warnings. svn path=/trunk/; revision=4722 --- mail/session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/session.c') 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 -- cgit v1.2.3