mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-29 21:25:35 +00:00
Fixing double parens.
This commit is contained in:
parent
b7eac49894
commit
359f6668d1
@ -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) ;
|
||||
|
Loading…
Reference in New Issue
Block a user