Fixing double parens.

This commit is contained in:
dbaron%fas.harvard.edu 2001-10-30 08:01:14 +00:00
parent b7eac49894
commit 359f6668d1

View File

@ -952,9 +952,9 @@ BOOL nsAbWinHelper::SetMAPIProperties(const nsMapiEntry& aObject, ULONG aNbPrope
}
if (problems != NULL) {
for (ULONG i = 0 ; i < problems->cProblem ; ++ i) {
PRINTF("Problem %d: index %d code %08x.\n", i,
PRINTF(("Problem %d: index %d code %08x.\n", i,
problems->aProblem [i].ulIndex,
problems->aProblem [i].scode) ;
problems->aProblem [i].scode)) ;
}
}
mLastError = object->SaveChanges(0) ;