Fix Irix bustage. Stray CR chars are bad.

git-svn-id: svn://10.0.0.236/trunk@134669 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu
2002-12-03 06:13:38 +00:00
parent d11a3d4a77
commit e35cf70ed2

View File

@@ -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;