ole32: Remove extraneous parentheses (LLVM/Clang).

This commit is contained in:
Austin English 2011-04-12 17:42:36 -05:00 committed by Alexandre Julliard
parent 17adb6c408
commit 85b5a869e8
1 changed files with 1 additions and 1 deletions

View File

@ -841,7 +841,7 @@ CompositeMonikerImpl_CommonPrefixWith(IMoniker* iface, IMoniker* pmkOther,
IMoniker_IsSystemMoniker(pmkOther,&mkSys);
if((mkSys==MKSYS_GENERICCOMPOSITE)){
if(mkSys==MKSYS_GENERICCOMPOSITE){
IMoniker_Enum(iface,TRUE,&enumMoniker1);
IMoniker_Enum(pmkOther,TRUE,&enumMoniker2);