From e35cf70ed25cf358a62b29197401b48420e31e3c Mon Sep 17 00:00:00 2001 From: "bzbarsky%mit.edu" Date: Tue, 3 Dec 2002 06:13:38 +0000 Subject: [PATCH] Fix Irix bustage. Stray CR chars are bad. git-svn-id: svn://10.0.0.236/trunk@134669 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mailnews/imap/src/nsImapMailFolder.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/mailnews/imap/src/nsImapMailFolder.cpp b/mozilla/mailnews/imap/src/nsImapMailFolder.cpp index 26765244023..547cb9eadc4 100644 --- a/mozilla/mailnews/imap/src/nsImapMailFolder.cpp +++ b/mozilla/mailnews/imap/src/nsImapMailFolder.cpp @@ -3961,8 +3961,8 @@ nsImapMailFolder::BeginMessageUpload() // synchronize the message flags in the database with the server flags nsresult nsImapMailFolder::SyncFlags(nsIImapFlagAndUidState *flagState) -{ - nsresult rv = GetDatabase(nsnull); // we need a database for this +{ + nsresult rv = GetDatabase(nsnull); // we need a database for this NS_ENSURE_SUCCESS(rv, rv); // update all of the database flags PRInt32 messageIndex;