From ab33d547d2d9c8103e3881f93f85b1f2edac2433 Mon Sep 17 00:00:00 2001 From: Stefano Ceccherini Date: Thu, 5 May 2011 20:16:48 +0000 Subject: [PATCH] Fix build. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41330 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/mail/E-mail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/os/mail/E-mail.h b/headers/os/mail/E-mail.h index bd9a6ce8a8..8054faa831 100644 --- a/headers/os/mail/E-mail.h +++ b/headers/os/mail/E-mail.h @@ -112,7 +112,7 @@ typedef struct { int32 count_pop_accounts(void); status_t get_pop_account(mail_pop_account*, int32 index = 0); status_t set_pop_account(mail_pop_account*, int32 index = 0, - bool save = tru); + bool save = true); // #pragma mark - BMailMessage