Skip to content
Snippets Groups Projects
Commit 85b5a869 authored by Austin English's avatar Austin English Committed by Alexandre Julliard
Browse files

ole32: Remove extraneous parentheses (LLVM/Clang).

parent 17adb6c4
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment